Update the links to python-barbicanclient

Change-Id: I3f6039c36827c4341b15fbc1f8b3c73e704d29f4
This commit is contained in:
Stanislaw Pitucha 2014-06-02 15:05:04 +01:00
parent 01ffcedbfd
commit ab2290630b
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