From ad758cce5922e041415b44e4a34ab2ee094bc5b9 Mon Sep 17 00:00:00 2001 From: Andrew Lazarev Date: Thu, 29 May 2014 15:35:01 -0700 Subject: [PATCH] Removed versions from Vanilla plugin description Change-Id: I329c769f6161ebb9f41d12477eafbfd675c7af2d --- sahara/plugins/vanilla/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sahara/plugins/vanilla/plugin.py b/sahara/plugins/vanilla/plugin.py index 899b2008..5a18614b 100644 --- a/sahara/plugins/vanilla/plugin.py +++ b/sahara/plugins/vanilla/plugin.py @@ -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)