Removed versions from Vanilla plugin description

Change-Id: I329c769f6161ebb9f41d12477eafbfd675c7af2d
This commit is contained in:
Andrew Lazarev 2014-05-29 15:35:01 -07:00
parent 32c0a0f073
commit ad758cce59

View File

@ -26,8 +26,8 @@ class VanillaProvider(p.ProvisioningPluginBase):
def get_description(self):
return (
"This plugin provides an ability to launch vanilla Apache Hadoop "
"1.2.1 cluster without any management consoles. Also it can "
"deploy Oozie 4.0.0 and Hive 0.11.0")
"cluster without any management consoles. Also it can "
"deploy Oozie and Hive")
def _get_version_handler(self, hadoop_version):
return self.version_factory.get_version_handler(hadoop_version)