Commit Graph

6 Commits

Author SHA1 Message Date
Alina Nesterova 047ab5ae99 Replace 'lsb_release -is' with the method 'get_os_distrib'
It helps identify the distribution using method 'get_is_distrib'
closes-bug: #1609505

Change-Id: I59f1f521cd82cb8f5ed65c1a82744deb3268ac2d
2016-08-23 16:43:59 +03:00
ChangBo Guo(gcb) de5977d5b5 Remove openstack/common related stuff
openstack/common directory was used to keep files from oslo-incubator.
There is no file from oslo-incubator now, so don't need handle
particular case for openstack/common.

Note: method split_path will be merged in oslo.utils[1], then we
can remove this directory forever.

[1] https://review.openstack.org/#/c/313996/

Change-Id: I60628204f928753ad930c0a2da631473c7f4fdc3
2016-05-09 18:25:14 +08:00
Monty Taylor 9ae5a4b7ab Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: Iee7cb612860f18206888cdb3661e03c25d7ff96c
2015-09-21 14:55:20 +00:00
Sergey Lukjanov a7f7c2cee1 Increase coverage report precision
It sets the number of digits after the decimal point to display for
reported coverage percentages. The default is 0, displaying for
example "87%". A value of 3 will display percentages like "87.325%".

Change-Id: I0313e9d7bead4a229f03cec6f603709502757394
2015-08-10 18:47:37 +03:00
Trevor McKay d39024a207 Move the savanna subdir to sahara
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
2014-03-18 16:38:36 +04:00
Sergey Lukjanov bcfc386fe3 Improve coverage calculation
Change-Id: I66c8c692dcffd24342aa53038195b5c3daafa834
2013-08-05 23:12:35 +04:00