Use opendev repository
Change-Id: I70ffcba81f9a73a80015b34a77db0a983928e23f
This commit is contained in:
parent
31d7d45846
commit
d0e00236d5
@ -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
|
||||
|
@ -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``
|
||||
|
||||
|
@ -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
|
||||
|
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user