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
14 lines
145 B
INI
14 lines
145 B
INI
[run]
|
|
branch = True
|
|
source = sahara
|
|
omit =
|
|
*/openstack/common/*
|
|
.tox/*
|
|
sahara/tests/*
|
|
|
|
[paths]
|
|
source = sahara
|
|
|
|
[report]
|
|
ignore-errors = True
|