[Openstack] Diablo 4 dashboard install errror (bzr: ERROR: Not a branch: "https://launchpad.net/glance/".)

Mark T. Voelker mvoelker at cisco.com
Fri Sep 16 12:07:58 UTC 2011


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
mvoelker at cisco.com
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 <hyangii at gmail.com
> <mailto:hyangii at gmail.com>>写道:
> 
>     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 董志斌 <atkisc at gmail.com <mailto:atkisc at gmail.com>>
> 
>         thanks,to fix this in a more sane way
> 
>         we very need quantum function
> 
>         在 2011年9月16日 下午2:55,Jesse Andrews <anotherjesse at gmail.com
>         <mailto:anotherjesse at gmail.com>>写道:
> 
>             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 <hyangii at gmail.com
>             <mailto:hyangii at gmail.com>>
>             > 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 董志斌 <atkisc at gmail.com <mailto:atkisc at gmail.com>>
>             > Hi,
>             >
>             >    but quantum project no git ,
>             >
>             > 2011/9/16 Jae Sang Lee <hyangii at gmail.com
>             <mailto:hyangii at gmail.com>>
>             > 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 董志斌 <atkisc at gmail.com <mailto:atkisc at gmail.com>>
>             > 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 <jaypipes at gmail.com
>             <mailto:jaypipes at gmail.com>>
>             > Hi!
>             >
>             > Replace this line in tools/pip-requires:
>             >
>             > bzr+https://launchpad.net/glance#egg=glance
>             >
>             > With this:
>             >
>             > glance
>             >
>             > Cheers!
>             > -jay
>             >
>             > 2011/9/15 董志斌 <atkisc at gmail.com <mailto:atkisc at gmail.com>>:
>             > > 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     : openstack at lists.launchpad.net
>             <mailto:openstack at lists.launchpad.net>
>             > > 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     : openstack at lists.launchpad.net
>             <mailto:openstack at lists.launchpad.net>
>             > 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     : openstack at lists.launchpad.net
>             <mailto:openstack at lists.launchpad.net>
>             > Unsubscribe : https://launchpad.net/~openstack
>             <https://launchpad.net/%7Eopenstack>
>             > More help   : https://help.launchpad.net/ListHelp
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
-------------- next part --------------
An embedded message was scrubbed...
From: Brad Hall <brad at nicira.com>
Subject: [Netstack] Launchpad -> Github transition for Quantum
Date: Wed, 14 Sep 2011 15:12:38 -0700
Size: 5553
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20110916/0404849e/attachment.mht>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20110916/0404849e/attachment.sig>


More information about the Openstack mailing list