← Back to team overview

openstack team mailing list archive

Re: Dashboard setup issues

 

Hi Sagar,

For Quantum, they fixed it in their master branch.  Modify
openstack-dashboard/tools/pip-requres and make sure the quantum line
looks like this:

-e git+https://github.com/openstack/quantum.git@stable/diablo#egg=quantum

(Here is the commit for reference:
https://github.com/openstack/horizon/commit/d8a3f29d74e67af330fed3fdf802e497c55f38be#openstack-dashboard/tools/pip-requires)

This will at least get you passed the Quantum errors..

Thanks,
Brad

On Wed, Dec 14, 2011 at 10:06 AM, Frost Dragon <frostdragon777@xxxxxxxxx> wrote:
> Hi,
>     Sorry if this is a noob question but I'm trying to setup Horizon as
> described here: http://forums.openstack.org/viewtopic.php?f=23&t=482#p1745 .
> I'm getting the following error message when running 'python
> tools/install_venv.py':
>
> Obtaining quantum from
> git+https://github.com/openstack/quantum.git#egg=quantum (from -r
> /opt/openstack-horizon-5108947/openstack-dashboard/tools/pip-requires (line
> 1))
>   Updating ./.dashboard-venv/src/quantum clone
>   Could not find a tag or branch 'origin/master', assuming commit.
> fatal: ambiguous argument 'origin/master': unknown revision or path not in
> the working tree.
> Use '--' to separate paths from revisions
>   Complete output from command /usr/bin/git reset --hard -q origin/master:
>
> ----------------------------------------
> Command /usr/bin/git reset --hard -q origin/master failed with error code
> 128
> Storing complete log in /root/.pip/pip.log
> Command
> "/opt/openstack-horizon-5108947/openstack-dashboard/tools/with_venv.sh pip
> install -E
> /opt/openstack-horizon-5108947/openstack-dashboard/.dashboard-venv -r
> /opt/openstack-horizon-5108947/openstack-dashboard/tools/pip-requires"
> failed.
> None
>
> I'm getting messages like this for all dependencies which use git. Please
> suggest a way to rectify this.
>
> Thanks and regards,
> Sagar
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>


References