Merge "improve description of ambari plugin"

This commit is contained in:
Jenkins 2016-06-04 20:46:12 +00:00 committed by Gerrit Code Review
commit 45cef5771b

View File

@ -37,7 +37,9 @@ class AmbariPluginProvider(p.ProvisioningPluginBase):
return "HDP Plugin"
def get_description(self):
return _("HDP plugin with Ambari")
return _("The Ambari Sahara plugin provides the ability to launch "
"clusters with Hortonworks Data Platform (HDP) on OpenStack "
"using Apache Ambari")
def get_versions(self):
return ["2.3"]