Merge "Replace git.openstack.org URLs with opendev.org URLs"

This commit is contained in:
Zuul 2019-08-06 10:26:13 +00:00 committed by Gerrit Code Review
commit d2a1b28c21
5 changed files with 9 additions and 9 deletions

View File

@ -3,10 +3,10 @@ HOST: https://dfw.barbican.api.rackspacecloud.com/v1/
--- Barbican API v1 ---
---
Barbican is a ReST based key management service. It is built with
[OpenStack](http://www.openstack.org/) in mind, but can be used outside
[OpenStack](https://www.openstack.org/) in mind, but can be used outside
an OpenStack implementation.
More information can be found on [GitHub](https://github.com/cloudkeep/barbican).
More information can be found on [OpenDev](https://opendev.org/openstack/barbican).
---
--

View File

@ -4,12 +4,12 @@ export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev git
git clone https://github.com/openstack-dev/devstack.git
git clone https://github.com/openstack/barbican.git
git clone https://opendev.org/openstack/devstack.git
git clone https://opendev.org/openstack/barbican.git
cp barbican/devstack/local.conf.example devstack/local.conf
sudo cp -R devstack/ /opt/stack/
sudo chown -R vagrant:vagrant /opt/stack/
echo "export SERVICE_HOST=\"localhost\"" >> .bashrc
echo "export SERVICE_HOST=\"localhost\"" >> .bashrc

View File

@ -15,7 +15,7 @@ choose to select preferred plugin backend for storing their secret at a project
level.
.. _Spec Link: https://review.openstack.org/#/c/263972
.. _Spec Link: https://review.opendev.org/#/c/263972
Enabling Multiple Barbican Backends

View File

@ -201,7 +201,7 @@ An attempt to call the olso.config's ``register_cli_opt()`` function after the
configuration arguments were 'parsed' (see the comments and method in
`the oslo.config project's cfg.py file`__ for details.
__ https://github.com/openstack/oslo.config/blob/master/oslo_config/cfg.py
__ https://opendev.org/openstack/oslo.config/src/branch/master/oslo_config/cfg.py
How to avoid

View File

@ -38,7 +38,7 @@ running on Devstack.
.. code-block:: bash
git clone https://github.com/openstack/barbican.git
git clone https://opendev.org/openstack/barbican.git
2. Move the ``barbican-vagrant`` directory outside of the Barbican directory
and into your current directory for vagrant files. If you do not have one,
@ -106,7 +106,7 @@ Installation
.. code-block:: bash
git clone https://github.com/openstack-dev/devstack.git
git clone https://opendev.org/openstack/devstack.git
4. Add the Barbican plugin to the local.conf file and verify the minimum
services required are included. You can pull down a specific branch by