Merge "Update the links to python-barbicanclient"
This commit is contained in:
commit
10fae57c1c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user