Make savanna able to be executed as sahara

* read config files from sahara places;
* add endpoint aliases for api and db-amange.

In future we'll remove savanna endpoints.

Change-Id: I585be8141bf9515c9b1679847ffb2ab3c153967f
This commit is contained in:
Sergey Lukjanov 2014-03-07 23:32:42 +04:00
parent 3b79d345f0
commit fc759ece90
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ console_scripts =
savanna-db-manage = savanna.db.migration.cli:main
_savanna-subprocess = savanna.cli.savanna_subprocess:main
# TODO(slukjanov): remove this code (temp to migrate to the new name)
sahara-api = savanna.cli.savanna_api:main
sahara-db-manage = savanna.db.migration.cli:main
savanna.cluster.plugins =
vanilla = savanna.plugins.vanilla.plugin:VanillaProvider
hdp = savanna.plugins.hdp.ambariplugin:AmbariPlugin