diff options
author | Joe Gordon <joe.gordon0@gmail.com> | 2014-02-26 12:11:25 -0800 |
---|---|---|
committer | Joe Gordon <joe.gordon0@gmail.com> | 2014-02-26 17:25:11 -0800 |
commit | e0272b0578d2a4f5bd75e68baee1b56f49931266 (patch) | |
tree | c9edc5f26b9a5b16d05d4e0bd27782e42758ea39 /openstack-common.conf | |
parent | d44e5986925d3129ca0d34599109ad2019295362 (diff) | |
download | python-novaclient-e0272b0578d2a4f5bd75e68baee1b56f49931266.tar.gz |
oslo-sync of low hanging fruit
Generated with:
./update.sh --base novaclient --config-file
../python-novaclient/openstack-common.conf --dest-dir
../python-novaclient/
Skipped modules: apiclient and cliutils due to oslo issue in apiclient
(cliutils depends on apiclient).
https://review.openstack.org/#/c/76718/
Removed non-existent modules from openstack-commit.conf:
py3kcompat I06b90f789ae21f2ef8b8071b4298bfc0406482a6
intall_venv_common I84267f3c6726cb2e750f615e107c48b12c6ed353
Synced patches:
__init__.py [first sync]:
c178e56 Add basic Python 3 tests
12bcdb7 Remove vim header
547ab34 Fix Copyright Headers - Rename LLC to Foundation
96b9a54 Rajaram/Vinkesh|Added nova's serializaiton classes into common
c85e1f7 Initial skeleton project
gettextutils:
6d55e26 Add support for translating log levels separately
afdbc0a Fix E501 in individual openstack projects
6b2d15f Merge "Add support for locales missing from babel"
9d529dd Make Message keep string interpolation args
importutils:
885828a Deleted duplicated method in cliutils.
strutils:
bec3a5e Implements SI/IEC unit system conversion to bytes
timeutils:
d815087 Merge "Fix spelling errors in comments"
71208fe Fix spelling errors in comments
Change-Id: I8f82acb63e61a64eeb6caba9d2d9c81d9cb766d8
Diffstat (limited to 'openstack-common.conf')
-rw-r--r-- | openstack-common.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index 15081471..e6543063 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,12 +1,10 @@ [DEFAULT] # The list of modules to copy from openstack-common -module=install_venv_common module=jsonutils module=strutils module=timeutils module=uuidutils -module=py3kcompat module=apiclient module=importutils module=cliutils |