DId you direct install 'pip install -r pip-requires'?. I tried to install by 'python install_venv.py'. quantum is also installed. Anyway, try install after add a '-e' option. -e bzr+ https://launchpad.net/quantum#egg=quantum, I wish you success.
2011/9/16 董志斌 <[email protected]> > thanks,to fix this in a more sane way > > we very need quantum function > > 在 2011年9月16日 下午2:55,Jesse Andrews <[email protected]>写道: > > If you aren't using qauntum you can get dashboard doing something like: >> >> export DASH_DIR=path_to_dashboard_checkout >> mkdir -p $DASH_DIR/openstack-dashboard/quantum >> touch $DASH_DIR /openstack-dashboard/quantum/__init__.py >> touch $DASH_DIR /openstack-dashboard/quantum/client.py >> >> Then update your local_settings.py to disable quantum: >> >> QUANTUM_ENABLED = False >> >> and then just pip install everything but quantum… >> >> We need to fix this in a more sane way (not requiring quantum unless you >> enable it) >> >> On Sep 15, 2011, at 11:00 PM, 董志斌 wrote: >> >> > but execute bzr+https://launchpad.net/quantum#egg=quantum ,error: >> > >> > >> > >> > Downloading/unpacking >> > bzr+https://launchpad.net/quantum#egg=quantum(from -r pip-requires (line >> > 22)) >> > Checking out https://launchpad.net/quantum to /tmp/pip-e_1gWw-build >> > bzr: ERROR: Not a branch: "https://launchpad.net/quantum/ >> > ". >> > Complete output from command /usr/bin/bzr branch -q >> https://launchpad.net/quantum /tmp/pip-e_1gWw-build: >> > >> > ---------------------------------------- >> > Command /usr/bin/bzr branch -q >> > https://launchpad.net/quantum/tmp/pip-e_1gWw-build failed with error code 3 >> > Storing complete log in /root/.pip/pip.log >> > >> > quantum not git version control ? >> > >> > >> > 2011/9/16 Jae Sang Lee <[email protected]> >> > Yes, Just correct a glance repo. this is a my corrected pip-requires. I >> succeed installation yesterday. >> > (and I also corrected python-novaclient repo. git:// -> git+https://) >> > >> > #bzr+https://launchpad.net/glance#egg=glance >> > bzr+https://launchpad.net/quantum#egg=quantum >> > -e git+https://github.com/openstack/glance.git#egg=glance >> > >> > -e git+https://github.com/jacobian/openstack.compute.git#egg=openstack >> > -e git+https://github.com/cloudbuilders/openstackx.git#egg=openstackx >> > -e git+ >> https://github.com/rackspace/python-novaclient.git#egg=python-novaclient >> > >> > >> > 2011/9/16 董志斌 <[email protected]> >> > Hi, >> > >> > but quantum project no git , >> > >> > 2011/9/16 Jae Sang Lee <[email protected]> >> > Hi. >> > >> > launchpad glance repo is not running, change address at github. >> > >> > -e git+https://github.com/openstack/glance.git#egg=glance >> > >> > -Jaesang >> > >> > 2011/9/16 董志斌 <[email protected]> >> > Hi,jay >> > the current pip-requires file content: >> > >> > nose==1.0.0 >> > Django==1.3 >> > django-nose==0.1.2 >> > django-mailer >> > django-registration==0.7 >> > kombu >> > python-cloudfiles >> > python-dateutil >> > routes >> > webob >> > sqlalchemy >> > paste >> > PasteDeploy >> > sqlalchemy-migrate >> > eventlet >> > xattr >> > pep8 >> > pylint >> > coverage >> > >> > -e bzr+https://launchpad.net/glance#egg=glance >> > -e bzr+https://launchpad.net/quantum#egg=quantum >> > >> > -e git+https://github.com/jacobian/openstack.compute.git#egg=openstack >> > -e git+https://github.com/cloudbuilders/openstackx.git#egg=openstackx >> > -e git:// >> github.com/rackspace/python-novaclient.git#egg=python-novaclient >> > >> > >> > 2011/9/16 Jay Pipes <[email protected]> >> > Hi! >> > >> > Replace this line in tools/pip-requires: >> > >> > bzr+https://launchpad.net/glance#egg=glance >> > >> > With this: >> > >> > glance >> > >> > Cheers! >> > -jay >> > >> > 2011/9/15 董志斌 <[email protected]>: >> > > Hi >> > > i thouth to git get >> > > dashboard(https://github.com/4P/openstack-dashboard.git), when i >> execution >> > > python install_env.py,error: >> > > >> > > >> > > Downloading/unpacking >> > > bzr+https://launchpad.net/glance#egg=glance(from >> > > -r pip-requires (line 21)) >> > > Checking out https://launchpad.net/glance to /tmp/pip-e_1gWw-build >> > > bzr: ERROR: Not a branch: "https://launchpad.net/glance/". >> > > Complete output from command /usr/bin/bzr branch -q >> > > https://launchpad.net/glance /tmp/pip-e_1gWw-build: >> > > >> > > ---------------------------------------- >> > > Command /usr/bin/bzr branch -q https://launchpad.net/glance >> > > /tmp/pip-e_1gWw-build failed with error code 3 >> > > Storing complete log in /root/.pip/pip.log >> > > >> > > >> > > >> > > are you help me ? from china >> > > >> > > _______________________________________________ >> > > Mailing list: https://launchpad.net/~openstack >> > > Post to : [email protected] >> > > Unsubscribe : https://launchpad.net/~openstack >> > > More help : https://help.launchpad.net/ListHelp >> > > >> > > >> > >> > >> > _______________________________________________ >> > Mailing list: https://launchpad.net/~openstack >> > Post to : [email protected] >> > Unsubscribe : https://launchpad.net/~openstack >> > More help : https://help.launchpad.net/ListHelp >> > >> > >> > >> > >> > >> > _______________________________________________ >> > Mailing list: https://launchpad.net/~openstack >> > Post to : [email protected] >> > Unsubscribe : https://launchpad.net/~openstack >> > More help : https://help.launchpad.net/ListHelp >> >> >
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

