Repository: ambari Updated Branches: refs/heads/trunk 33377bf09 -> 7d39d63ff
AMBARI-10334. Ambari-agent doesn't start on Ubuntu14 (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7d39d63f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7d39d63f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7d39d63f Branch: refs/heads/trunk Commit: 7d39d63ff5082eb502585103defd92e6356e3282 Parents: 33377bf Author: Andrew Onishuk <[email protected]> Authored: Fri Apr 3 00:10:45 2015 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Fri Apr 3 00:10:45 2015 +0300 ---------------------------------------------------------------------- .../src/main/python/ambari_commons/resources/os_family.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7d39d63f/ambari-common/src/main/python/ambari_commons/resources/os_family.json ---------------------------------------------------------------------- diff --git a/ambari-common/src/main/python/ambari_commons/resources/os_family.json b/ambari-common/src/main/python/ambari_commons/resources/os_family.json index dd57e37..c0acc2c 100644 --- a/ambari-common/src/main/python/ambari_commons/resources/os_family.json +++ b/ambari-common/src/main/python/ambari_commons/resources/os_family.json @@ -35,7 +35,8 @@ "ubuntu" ], "versions": [ - 12 + 12, + 14 ] }, "suse": {
