Merge "Use opendev repository"

This commit is contained in:
Zuul 2019-06-03 03:37:38 +00:00 committed by Gerrit Code Review
commit 9bcf914e53
4 changed files with 6 additions and 6 deletions

View File

@ -9,5 +9,5 @@ More information can be found in the freezer developer documentation.
* Free software: Apache license
* Documentation: https://docs.openstack.org/tempest/latest/plugin-registry.html
* Source: https://git.openstack.org/cgit/openstack/freezer-tempest-plugin
* Source: https://opendev.org/openstack/freezer-tempest-plugin
* Bugs: https://storyboard.openstack.org/#!/project/openstack/freezer-tempest-plugin

View File

@ -8,14 +8,14 @@ repository.
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack.git
git clone https://opendev.org/openstack/devstack.git
cd devstack
2. Add this repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin freezer-tempest-plugin https://git.openstack.org/openstack/freezer-tempest-plugin
enable_plugin freezer-tempest-plugin https://opendev.org/openstack/freezer-tempest-plugin
3. run ``stack.sh``

View File

@ -21,8 +21,8 @@ Install devstack with swift and the freezer [1]_ as well as the freezer-api [2]_
::
enable_plugin freezer https://git.openstack.org/openstack/freezer master
enable_plugin freezer-api https://git.openstack.org/openstack/freezer-api master
enable_plugin freezer https://opendev.org/openstack/freezer master
enable_plugin freezer-api https://opendev.org/openstack/freezer-api master
enable_service s-proxy s-object s-container s-account
.. [1] https://github.com/openstack/freezer/blob/master/devstack/README.rst

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning