Sync modules from oslo, excluding db related
The following modules are updated: cliutils,gettextutils,importutils,log,test,fixture,config The following modules are new: uuidutils Other chnages: * Added uuidutils to openstack-common.conf * excluded rally/openstack* from pep8 check in tox.ini Change-Id: I46fd3dc2e04bb9b5b74721a47689b860a9c68bdb
This commit is contained in:
parent
5c93d8c0c3
commit
8ddde9701c
2
tox.ini
2
tox.ini
@ -32,7 +32,7 @@ downloadcache = ~/cache/pip
|
||||
ignore = E126,H703
|
||||
show-source = true
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,*rally/verification/verifiers/tempest/openstack-tempest*,build
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,*rally/verification/verifiers/tempest/openstack-tempest*,build,*rally/openstack*
|
||||
|
||||
[hacking]
|
||||
import_exceptions = rally.openstack.common.gettextutils._
|
||||
|
Loading…
Reference in New Issue
Block a user