Use glance stable/essex rather than master

The pip-requires file should explicitly install stable/essex
glance rather than master. The dependency on glance's client is
broken if horizon tries to use glance master.

Fixes bug 1057125

Change-Id: I770e5e5e854141200307ddd33b1998000fbe57b5
This commit is contained in:
Brian Waldon 2012-09-26 12:54:33 -07:00
parent 35eada8a27
commit 7e651d770e
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Andrews Medina <andrewsmedina@gmail.com>
Andy Chong <andycjw@gmail.com>
Anthony Young <sleepsonthefloor@gmail.com>
Arvind Somya <asomya@cisco.com>
Brian Waldon <bcwaldon@gmail.com>
Carlo Truijllo <truijllo@crs4.it>
Chuck Short <chuck.short@canonical.com>
Cole Robinson <crobinso@redhat.com>

View File

@ -20,4 +20,4 @@ iso8601
# Horizon Non-pip Requirements
-e git+https://github.com/openstack/python-novaclient.git#egg=python-novaclient
-e git+https://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient
-e git+https://github.com/openstack/glance.git#egg=glance
-e git+https://github.com/openstack/glance@stable/essex#egg=glance