Change remaining savanna namespaces in setup.cfg

* savanna.cluster.plugins, savanna.infrastructure.engine, savanna.remote
* Remove the 'savanna ', only support 'direct' and 'heat'
* Change 'base' in openstack-common.conf to 'sahara'

Partial-implements: blueprint savanna-renaming-service
Change-Id: I82f7f98794b86a305aff544eb6f77f1a8810d9d7
This commit is contained in:
Trevor McKay 2014-03-19 16:25:03 -04:00
parent 53368b7f6c
commit eb14209a43

View File

@ -33,17 +33,16 @@ console_scripts =
sahara-db-manage = sahara.db.migration.cli:main
_sahara-subprocess = sahara.cli.sahara_subprocess:main
savanna.cluster.plugins =
sahara.cluster.plugins =
vanilla = sahara.plugins.vanilla.plugin:VanillaProvider
hdp = sahara.plugins.hdp.ambariplugin:AmbariPlugin
idh = sahara.plugins.intel.plugin:IDHProvider
savanna.infrastructure.engine =
savanna = sahara.service.direct_engine:DirectEngine
sahara.infrastructure.engine =
direct = sahara.service.direct_engine:DirectEngine
heat = sahara.service.heat_engine:HeatEngine
savanna.remote =
sahara.remote =
ssh = sahara.utils.ssh_remote:SshRemoteDriver
agent = sahara.utils.agent_remote:AgentRemoteDriver