Update to opendev
Change-Id: I0d079752c19cba21be6f02caa1aed9b917999495
This commit is contained in:
parent
4fce73348d
commit
28405cb046
@ -15,7 +15,7 @@ where
|
|||||||
|
|
||||||
For example
|
For example
|
||||||
|
|
||||||
enable_plugin barbican https://git.openstack.org/openstack/barbican stable/liberty
|
enable_plugin barbican https://opendev.org/openstack/barbican stable/liberty
|
||||||
|
|
||||||
For more information, see the "Externally Hosted Plugins" section of
|
For more information, see the "Externally Hosted Plugins" section of
|
||||||
https://docs.openstack.org/devstack/latest/plugins.html
|
https://docs.openstack.org/devstack/latest/plugins.html
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
[[local|localrc]]
|
[[local|localrc]]
|
||||||
disable_all_services
|
disable_all_services
|
||||||
|
|
||||||
enable_plugin barbican https://git.openstack.org/openstack/barbican
|
enable_plugin barbican https://opendev.org/openstack/barbican
|
||||||
# To use a specific branch:
|
# To use a specific branch:
|
||||||
# enable_plugin barbican https://git.openstack.org/openstack/barbican stable/<release-name>
|
# enable_plugin barbican https://opendev.org/openstack/barbican stable/<release-name>
|
||||||
|
|
||||||
enable_service rabbit mysql key
|
enable_service rabbit mysql key
|
||||||
|
|
||||||
|
@ -23,8 +23,8 @@ devstack_localrc base """
|
|||||||
[image-feature-enabled]
|
[image-feature-enabled]
|
||||||
api_v1=False"""
|
api_v1=False"""
|
||||||
|
|
||||||
devstack_localrc base enable_plugin barbican https://git.openstack.org/openstack/barbican
|
devstack_localrc base enable_plugin barbican https://opendev.org/openstack/barbican
|
||||||
devstack_localrc target enable_plugin barbican https://git.openstack.org/openstack/barbican
|
devstack_localrc target enable_plugin barbican https://opendev.org/openstack/barbican
|
||||||
|
|
||||||
devstack_localrc base enable_service barbican-svc barbican-retry
|
devstack_localrc base enable_service barbican-svc barbican-retry
|
||||||
devstack_localrc target enable_service barbican-svc barbican-retry
|
devstack_localrc target enable_service barbican-svc barbican-retry
|
||||||
|
@ -22,4 +22,4 @@ If you need to add a new dependency to Barbican, you must edit a few things:
|
|||||||
fpm and upload it to the cloudkeep yum repo.
|
fpm and upload it to the cloudkeep yum repo.
|
||||||
|
|
||||||
|
|
||||||
.. _`global requirements`: https://git.openstack.org/cgit/openstack/requirements/tree/global-requirements.txt
|
.. _`global requirements`: https://opendev.org/openstack/requirements/src/branch/master/global-requirements.txt
|
||||||
|
@ -51,7 +51,7 @@ installed as well.
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
# Clone barbican source
|
# Clone barbican source
|
||||||
git clone https://git.openstack.org/openstack/barbican
|
git clone https://opendev.org/openstack/barbican
|
||||||
cd barbican
|
cd barbican
|
||||||
|
|
||||||
# Create and activate a virtual environment
|
# Create and activate a virtual environment
|
||||||
|
@ -115,7 +115,7 @@ Installation
|
|||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
enable_plugin barbican https://git.openstack.org/openstack/barbican
|
enable_plugin barbican https://opendev.org/openstack/barbican
|
||||||
enable_service rabbit mysql key
|
enable_service rabbit mysql key
|
||||||
|
|
||||||
If this is your first time and you do not have a local.conf file, there is
|
If this is your first time and you do not have a local.conf file, there is
|
||||||
|
@ -64,12 +64,12 @@ storyboard which represents barbican as a repository.
|
|||||||
Source Repository
|
Source Repository
|
||||||
-------------------
|
-------------------
|
||||||
Like other OpenStack related projects, the official Git repository is
|
Like other OpenStack related projects, the official Git repository is
|
||||||
available on `git.openstack.org`_; however, the repository is also mirrored
|
available on `opendev.org`_; however, the repository is also mirrored
|
||||||
to GitHub for easier browsing.
|
to GitHub for easier browsing.
|
||||||
|
|
||||||
* `Barbican on GitHub`_
|
* `Barbican on GitHub`_
|
||||||
|
|
||||||
.. _`git.openstack.org`: https://git.openstack.org/cgit/openstack/barbican
|
.. _`opendev.org`: https://opendev.org/openstack/barbican
|
||||||
.. _`Barbican on GitHub`: https://github.com/openstack/barbican
|
.. _`Barbican on GitHub`: https://github.com/openstack/barbican
|
||||||
|
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ skipsdist = True
|
|||||||
setenv =
|
setenv =
|
||||||
PYTHON=coverage run --source barbican --parallel-mode
|
PYTHON=coverage run --source barbican --parallel-mode
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages}
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user