openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #11794
Re: glance nova and keystone clients in horizon dashboard
You can manually swap out the code in the src dir in your environment quite trivially. For development purposes I frequently have my own copies of the clients symlinked in.
There is no way to override the pip-requires file automagically, however. Requirement freezing in Horizon and client versioning for OpenStack (especially on PyPI) are both on deck to be addressed in Folsom.
All the best,
- Gabriel
From: openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx [mailto:openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of Vijay
Sent: Tuesday, May 15, 2012 2:25 PM
To: openstack@xxxxxxxxxxxxxxxxxxx
Subject: [Openstack] glance nova and keystone clients in horizon dashboard
Hello,
I have installed essex released version of openstack. When I install horizon, as part of installation it installs everything in pip-requires. This file clones glance, nova and keystone clients from the git site which is dev version and overrides my earlier base essex versions.
If git cloning is commented out, then, dashboard cannot be accessed from browser. It says improperly configured no module novaclient.
Is there a way to properly configure dashboard with the current existing clients without having to clone it from the git site?
Thanks,
-vj
References