openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #04116
Re: Diablo 4 dashboard install errror (bzr: ERROR: Not a branch: "https://launchpad.net/glance/".)
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@xxxxxxxxx>
> 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@xxxxxxxxx>
> Hi,
>
> but quantum project no git ,
>
> 2011/9/16 Jae Sang Lee <hyangii@xxxxxxxxx>
> 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@xxxxxxxxx>
> 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 <jaypipes@xxxxxxxxx>
> Hi!
>
> Replace this line in tools/pip-requires:
>
> bzr+https://launchpad.net/glance#egg=glance
>
> With this:
>
> glance
>
> Cheers!
> -jay
>
> 2011/9/15 董志斌 <atkisc@xxxxxxxxx>:
> > 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 : openstack@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~openstack
> > More help : https://help.launchpad.net/ListHelp
> >
> >
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
Follow ups
References