Fix a typo of python-cinderclient GITBRANCH
A left out N. Causes various failures in shell evaluation. Change-Id: Icc09998c645ef2b975cb24b56d0f71c60289c188
This commit is contained in:
parent
a3794a3418
commit
425e8447f1
2
stackrc
2
stackrc
@ -215,7 +215,7 @@ GITBRANCH["python-ceilometerclient"]=${CEILOMETERCLIENT_BRANCH:-master}
|
||||
|
||||
# volume client
|
||||
GITREPO["python-cinderclient"]=${CINDERCLIENT_REPO:-${GIT_BASE}/openstack/python-cinderclient.git}
|
||||
GITBRACH["python-cinderclient"]=${CINDERCLIENT_BRANCH:-master}
|
||||
GITBRANCH["python-cinderclient"]=${CINDERCLIENT_BRANCH:-master}
|
||||
|
||||
# python glance client library
|
||||
GITREPO["python-glanceclient"]=${GLANCECLIENT_REPO:-${GIT_BASE}/openstack/python-glanceclient.git}
|
||||
|
Loading…
x
Reference in New Issue
Block a user