From ab2290630b9ec26e23bebdbd271dd962ab819d07 Mon Sep 17 00:00:00 2001 From: Stanislaw Pitucha Date: Mon, 2 Jun 2014 15:05:04 +0100 Subject: [PATCH] Update the links to python-barbicanclient Change-Id: I3f6039c36827c4341b15fbc1f8b3c73e704d29f4 --- README.md | 2 +- contrib/devstack/lib/barbican | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 115f2aac2..e5bb3130e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/contrib/devstack/lib/barbican b/contrib/devstack/lib/barbican index e6ad1842e..e0c99fb86 100755 --- a/contrib/devstack/lib/barbican +++ b/contrib/devstack/lib/barbican @@ -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