]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove dependency on python-quantumclient
authorMaru Newby <mnewby@internap.com>
Wed, 11 Apr 2012 10:07:26 +0000 (03:07 -0700)
committerMaru Newby <mnewby@internap.com>
Tue, 24 Apr 2012 01:42:08 +0000 (18:42 -0700)
commitf6bc5d0e33616dc2ded9bacb3656694ebbab7d58
tree7ce0dffc3d8e416cbacd42f86f16085869fc4379
parent425e1c782d7cdea661fc461993671e1adfbe5527
Remove dependency on python-quantumclient

 * quantum previously depended on python-quantumclient for the
   functionality in quantum/common.  This change migrates
   the required modules to the quantum repo and removes that
   dependency.
 * Addresses bug 977711

Change-Id: Ia17a486859eb1aa993900a5f3b582b258c6a6d78
12 files changed:
quantum/__init__.py
quantum/common/__init__.py [moved from quantum/tests/unit/client_tools/__init__.py with 85% similarity]
quantum/common/config.py [new file with mode: 0644]
quantum/common/exceptions.py [new file with mode: 0644]
quantum/common/flags.py [new file with mode: 0644]
quantum/common/test_lib.py [new file with mode: 0644]
quantum/common/utils.py [new file with mode: 0644]
quantum/plugins/cisco/client/cli.py
quantum/server/__init__.py
quantum/tests/unit/client_tools/stubs.py [deleted file]
quantum/tests/unit/testlib_api.py
tools/pip-requires