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:
Hugh Saunders 2014-03-28 10:57:32 +00:00
parent 5c93d8c0c3
commit 8ddde9701c
1 changed files with 1 additions and 1 deletions

View File

@ -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._