From 385f7863dd68aa824b43e4516d3961ee02e80ee9 Mon Sep 17 00:00:00 2001 From: tonybrad Date: Tue, 30 Apr 2019 17:06:23 +0800 Subject: [PATCH] Update to opendev Change-Id: Iac5e266899b01cd84a15f7a5016961472d039240 --- doc/source/install/index.rst | 4 ++-- tox.ini | 2 +- utils/install_requirements.sh | 2 +- utils/molteniron-playbook.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 2e4d99c..e80f8c3 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -18,7 +18,7 @@ then remove tox and reinstall. Next, do the following:: Then, check out the MoltenIron project:: - $ git clone https://git.openstack.org/openstack/molteniron.git + $ git clone https://opendev.org/openstack/molteniron.git $ cd molteniron/ Before you can install the package requirements, you may need to install a @@ -38,7 +38,7 @@ script must be run as follows:: Or with a clean installation of an Ubuntu 16.04 system, do the following:: $ sudo apt-get update - $ git clone https://git.openstack.org/openstack/molteniron.git + $ git clone https://opendev.org/openstack/molteniron.git $ cd molteniron/ $ ./utils/install_requirements.sh diff --git a/tox.ini b/tox.ini index fd5b828..5b49ebe 100644 --- a/tox.ini +++ b/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://releases.openstack.org/constraints/upper/train} {opts} {packages} setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning diff --git a/utils/install_requirements.sh b/utils/install_requirements.sh index 9dc31b8..b9e4c45 100755 --- a/utils/install_requirements.sh +++ b/utils/install_requirements.sh @@ -16,7 +16,7 @@ # limitations under the License. # -# $ git clone https://git.openstack.org/openstack/molteniron.git +# $ git clone https://opendev.org/openstack/molteniron.git # $ cd molteniron/ # $ ./utils/install_requirements.sh # diff --git a/utils/molteniron-playbook.yml b/utils/molteniron-playbook.yml index 10688b4..57f2114 100644 --- a/utils/molteniron-playbook.yml +++ b/utils/molteniron-playbook.yml @@ -85,7 +85,7 @@ - name: install molteniron source code from git git: - repo: https://git.openstack.org/openstack/molteniron.git + repo: https://opendev.org/openstack/molteniron.git dest: "{{ molteniron_source_dir }}" version: HEAD when: molteniron_source_dir_st.stat.islnk is not defined