I'm not sure why the branch from bzr isn't working for you (it does for me), but FYI Quantum is being migrated from Launchpad to Github later this morning (starting around 9:00 AM PDT; see attached). Perhaps you can be one of the first test subjects to grab it from the new location on Github later today. =)
At Your Service, -- Mark T. Voelker Manager, Software Development Engineering Corporate Development [email protected] Phone: +1 919 392 4326 Cisco.com - http://www.cisco.com This email may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html On 09/16/2011 03:23 AM, 董志斌 wrote: > oh,no, before i try , but failed > > > > 在 2011年9月16日 下午3:19,Jae Sang Lee <[email protected] > <mailto:[email protected]>>写道: > > 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] <mailto:[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] > <mailto:[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] > <mailto:[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] <mailto:[email protected]>> > > Hi, > > > > but quantum project no git , > > > > 2011/9/16 Jae Sang Lee <[email protected] > <mailto:[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] <mailto:[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 > > <http://github.com/rackspace/python-novaclient.git#egg=python-novaclient> > > > > > > 2011/9/16 Jay Pipes <[email protected] > <mailto:[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] <mailto:[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 > <https://launchpad.net/%7Eopenstack> > > > Post to : [email protected] > <mailto:[email protected]> > > > Unsubscribe : https://launchpad.net/~openstack > <https://launchpad.net/%7Eopenstack> > > > More help : https://help.launchpad.net/ListHelp > > > > > > > > > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~openstack > <https://launchpad.net/%7Eopenstack> > > Post to : [email protected] > <mailto:[email protected]> > > Unsubscribe : https://launchpad.net/~openstack > <https://launchpad.net/%7Eopenstack> > > More help : https://help.launchpad.net/ListHelp > > > > > > > > > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~openstack > <https://launchpad.net/%7Eopenstack> > > Post to : [email protected] > <mailto:[email protected]> > > Unsubscribe : https://launchpad.net/~openstack > <https://launchpad.net/%7Eopenstack> > > 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
--- Begin Message ---Hey everyone.. I just wanted to send a heads up based on the IRC meeting this week that we'll be moving to github friday (9/16) at 9am-ish PST. If there is any big concerns please raise them now before it's too late :) For any setup questions or hurdles please send them to the list so that others who may run into them later will have an idea of what to expect. Once we're switched over (it should take about 30 minuntes), everyone will have to do the following: 1) Developers should run the commands on the wiki to clone the project and set up their Git environment: http://wiki.openstack.org/GerritWorkflow#Project_Setup 2) Developers with outstanding merge requests should create patch files from their bzr repositories, and then apply those patches to the git repository and submit the changes to Gerrit. Be sure to use the Git workflow described here: http://wiki.openstack.org/GerritWorkflow#Normal_Workflow I'll send another email when we're switched over. Thanks, Brad -- Mailing list: https://launchpad.net/~netstack Post to : [email protected] Unsubscribe : https://launchpad.net/~netstack More help : https://help.launchpad.net/ListHelp
--- End Message ---
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

