Split out quantum.client and quantum.common.

Change-Id: I1241bcd3305b6859c0cd2bb8c35b523e27aa3b18
This commit is contained in:
Monty Taylor 2012-01-19 11:45:25 +11:00
parent b627358002
commit ba63a646fc
3 changed files with 11 additions and 17 deletions

2
.gitignore vendored
View File

@ -2,9 +2,9 @@
*.DS_Store
build/*
build-stamp
quantum.egg-info/
run_tests.err.log
run_tests.log
tests/
.quantum-venv/
.venv/
quantum/vcsversion.py

View File

@ -5,16 +5,6 @@
# openstack-nose https://github.com/jkoelker/openstack-nose
verbosity=2
detailed-errors=1
with-coverage=1
cover-package=openstack.common
cover-html=1
cover-inclusive=1
with-tissue=1
tissue-repeat=1
tissue-show-pep8=1
tissue-show-source=1
tissue-inclusive=1
tissue-color=1
with-openstack=1
openstack-red=0.05
openstack-yellow=0.025

View File

@ -1,15 +1,19 @@
Paste
PasteDeploy
Routes>=1.12.3
coverage
distribute>=0.6.24
eventlet>=0.9.12
Routes>=1.12.3
lxml==2.3
nose
nosexcover
Paste
PasteDeploy
pep8>=0.5.0
python-gflags
simplejson
sqlalchemy
webob
webtest
nose
nosexcover
pep8==0.6.1
-e git+https://review.openstack.org/p/openstack/python-quantumclient#egg=python-quantumclient-dev
-e git+https://review.openstack.org/p/openstack-dev/openstack-nose.git#egg=openstack.nose_plugin