summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorArnaud Legendre <arnaudleg@gmail.com>2014-02-25 14:28:19 -0800
committerArnaud Legendre <arnaudleg@gmail.com>2014-02-26 11:21:02 -0800
commit6c3e39696138c052abe301361a5e01197e5d972f (patch)
tree9b198f82af7a7da842a88799fbd1d565acbdb30f /requirements.txt
parent4eadacdb75426219d74a5ebe51e633c8523a1593 (diff)
downloadoslo-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.txt1
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