Renaming files with savanna words in its names

* Removed etc/savanna directory:
  - all files are moved to etc/sahara
  - updated etc/sahara/compute.topology and etc/sahara/swift.toppology in configs
* Reanmed savannautils.py in HDP plugin
* Renamed savanna_api.py and savanna_db.py, savanna_subprocess.py
  and updated setup.cfg according that
* Modified alembic README since savanna-db-manage entry point changes

Co-Authored-By: Trevor McKay <tmckay@redhat.com>

Change-Id: I67e7abdc9bc68adad401a475095d07a6cef76542
Partial-Implements: blueprint savanna-renaming-service
This commit is contained in:
Alexander Ignatov 2014-03-19 19:56:27 +04:00
parent eff697de93
commit 034672e191
2 changed files with 4 additions and 11 deletions

3
.gitignore vendored
View File

@ -32,9 +32,6 @@ doc/build
nosetests.xml
pylint-report.txt
etc/local.cfg
etc/savanna/*.conf
etc/savanna/*.topology
etc/savanna.conf
etc/sahara/*.conf
etc/sahara/*.topology
etc/sahara.conf

View File

@ -25,17 +25,13 @@ packages =
sahara
data_files =
share/savanna = etc/savanna/*
share/sahara = etc/sahara/*
[entry_points]
console_scripts =
savanna-api = sahara.cli.savanna_api:main
savanna-db-manage = sahara.db.migration.cli:main
_savanna-subprocess = sahara.cli.savanna_subprocess:main
# TODO(slukjanov): remove this code (temp to migrate to the new name)
sahara-api = sahara.cli.savanna_api:main
sahara-api = sahara.cli.sahara_api:main
sahara-db-manage = sahara.db.migration.cli:main
_sahara-subprocess = sahara.cli.sahara_subprocess:main
savanna.cluster.plugins =
vanilla = sahara.plugins.vanilla.plugin:VanillaProvider
@ -59,7 +55,7 @@ source-dir = doc/source
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = sahara/locale/savanna.pot
output_file = sahara/locale/sahara.pot
[compile_catalog]
directory = sahara/locale