Replace git.openstack.org URLs with opendev.org URLs
Change-Id: If528c06d9d5ff84d9d7df8ce946a46012d148417
This commit is contained in:
parent
28405cb046
commit
2b99217219
@ -3,10 +3,10 @@ HOST: https://dfw.barbican.api.rackspacecloud.com/v1/
|
|||||||
--- Barbican API v1 ---
|
--- Barbican API v1 ---
|
||||||
---
|
---
|
||||||
Barbican is a ReST based key management service. It is built with
|
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.
|
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).
|
||||||
---
|
---
|
||||||
|
|
||||||
--
|
--
|
||||||
|
@ -4,12 +4,12 @@ export DEBIAN_FRONTEND=noninteractive
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev git
|
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://opendev.org/openstack/devstack.git
|
||||||
git clone https://github.com/openstack/barbican.git
|
git clone https://opendev.org/openstack/barbican.git
|
||||||
|
|
||||||
cp barbican/devstack/local.conf.example devstack/local.conf
|
cp barbican/devstack/local.conf.example devstack/local.conf
|
||||||
|
|
||||||
sudo cp -R devstack/ /opt/stack/
|
sudo cp -R devstack/ /opt/stack/
|
||||||
sudo chown -R vagrant:vagrant /opt/stack/
|
sudo chown -R vagrant:vagrant /opt/stack/
|
||||||
|
|
||||||
echo "export SERVICE_HOST=\"localhost\"" >> .bashrc
|
echo "export SERVICE_HOST=\"localhost\"" >> .bashrc
|
||||||
|
@ -15,7 +15,7 @@ choose to select preferred plugin backend for storing their secret at a project
|
|||||||
level.
|
level.
|
||||||
|
|
||||||
|
|
||||||
.. _Spec Link: https://review.openstack.org/#/c/263972
|
.. _Spec Link: https://review.opendev.org/#/c/263972
|
||||||
|
|
||||||
|
|
||||||
Enabling Multiple Barbican Backends
|
Enabling Multiple Barbican Backends
|
||||||
|
@ -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
|
configuration arguments were 'parsed' (see the comments and method in
|
||||||
`the oslo.config project's cfg.py file`__ for details.
|
`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
|
How to avoid
|
||||||
|
@ -38,7 +38,7 @@ running on Devstack.
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. 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
|
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,
|
and into your current directory for vagrant files. If you do not have one,
|
||||||
@ -106,7 +106,7 @@ Installation
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. 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
|
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
|
services required are included. You can pull down a specific branch by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user