diff options
author | Arnaud Legendre <arnaudleg@gmail.com> | 2014-02-25 14:28:19 -0800 |
---|---|---|
committer | Arnaud Legendre <arnaudleg@gmail.com> | 2014-02-26 11:21:02 -0800 |
commit | 6c3e39696138c052abe301361a5e01197e5d972f (patch) | |
tree | 9b198f82af7a7da842a88799fbd1d565acbdb30f /requirements.txt | |
parent | 4eadacdb75426219d74a5ebe51e633c8523a1593 (diff) | |
download | oslo-vmware-6c3e39696138c052abe301361a5e01197e5d972f.tar.gz |
Remove dependency on log.py from openstack/common
Importing oslo.vmware to another OpenStack project gives the
ArgsAlreadyParsedError: arguments already parsed: cannot register CLI
option exception.
This happens because openstack/common/log.py registers CLI options
after the project using oslo.vmware parses its configuration.
This patch addresses this issue by removing any dependency on
log.py, using logging from the standard python library instead.
Change-Id: Id2bddb8a7efc2a53399e2a2278dba4605da083d8
Closes-Bug: #1284837
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 806a902..d139b56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -oslo.config>=1.2.0 stevedore>=0.12 netaddr>=0.7.6 |