d39024a207
Rename the subdirectory and replace all instances of "import savanna" with "import sahara" and all instances of "from savanna" with "from sahara". * Replaced mock patches like mock.patch('savanna... * Updated config generator script * Renamed entry points in setup.cfg * Hacking checks also fixed * Manual renaming in alembic scripts to force work migrations * Fix doc building * Renamed itests directories * Some changes in gitignore * Removed locale dir after rebase Co-Authored-By: Alexander Ignatov <aignatov@mirantis.com> Change-Id: Ia77252c24046c3e7283c0a7b96d11636020b949c Partially implements: blueprint savanna-renaming-service
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
include AUTHORS
|
|
include README.rst
|
|
include ChangeLog
|
|
include LICENSE
|
|
include sahara/db/migration/README
|
|
include sahara/db/migration/alembic.ini
|
|
include sahara/db/migration/alembic_migrations/script.py.mako
|
|
include sahara/db/migration/alembic_migrations/versions/README
|
|
|
|
recursive-include sahara/locale *
|
|
|
|
include sahara/plugins/intel/v2_5_1/resources/*.xml
|
|
include sahara/plugins/intel/v2_5_1/resources/*.xsd
|
|
include sahara/plugins/intel/v3_0_2/resources/*.xml
|
|
include sahara/plugins/intel/v3_0_2/resources/*.xsd
|
|
include sahara/plugins/vanilla/v1_2_1/resources/*.xml
|
|
include sahara/plugins/vanilla/v1_2_1/resources/*.sh
|
|
include sahara/plugins/vanilla/v1_2_1/resources/*.sql
|
|
include sahara/plugins/vanilla/v2_3_0/resources/*.xml
|
|
include sahara/plugins/vanilla/v2_3_0/resources/*.sh
|
|
include sahara/plugins/vanilla/v2_3_0/resources/*.sql
|
|
include sahara/plugins/vanilla/v2_3_0/resources/*.template
|
|
include sahara/plugins/hdp/versions/1_3_2/resources/*.template
|
|
include sahara/plugins/hdp/versions/1_3_2/resources/*.json
|
|
include sahara/plugins/hdp/versions/2_0/resources/*.template
|
|
include sahara/plugins/hdp/versions/2_0/resources/*.json
|
|
include sahara/resources/*.heat
|
|
include sahara/service/edp/resources/*.xml
|
|
include sahara/swift/resources/*.xml
|
|
include sahara/tests/unit/plugins/vanilla/v2_3_0/resources/*.txt
|
|
include sahara/tests/unit/resources/*.heat
|
|
include sahara/tests/unit/resources/*.xml
|
|
include sahara/tests/unit/resources/*.txt
|
|
include sahara/topology/resources/*.xml
|
|
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
|
|
global-exclude *.pyc
|