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:
parent
3b79d345f0
commit
fc759ece90
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user