Merge "Update the links to python-barbicanclient"

This commit is contained in:
Jenkins 2014-06-02 18:58:26 +00:00 committed by Gerrit Code Review
commit 10fae57c1c
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ The other systems are:
provides access to secrets from the Barbican API.
* [Palisade](https://github.com/cloudkeep/palisade) - AngularJS based web ui
for the Barbican API.
* [Python-barbicanclient](https://github.com/cloudkeep/python-barbicanclient) -
* [Python-barbicanclient](https://github.com/openstack/python-barbicanclient) -
A convenient Python-based library to interact with the Barbican API.
Additional documentation can be found on the [Github

View File

@ -45,7 +45,7 @@ BARBICAN_REPO=${BARBICAN_REPO:-${GIT_BASE}/openstack/barbican.git}
BARBICAN_BRANCH=${BARBICAN_BRANCH:-master}
# Set client library repository
BARBICANCLIENT_REPO=${BARBICANCLIENT_REPO:-${GIT_BASE}/stackforge/python-barbicanclient.git}
BARBICANCLIENT_REPO=${BARBICANCLIENT_REPO:-${GIT_BASE}/openstack/python-barbicanclient.git}
BARBICANCLIENT_BRANCH=${BARBICANCLIENT_BRANCH:-master}
# Tell Tempest this project is present