Update to opendev

Change-Id: Iac5e266899b01cd84a15f7a5016961472d039240
This commit is contained in:
tonybrad 2019-04-30 17:06:23 +08:00
parent d839698f74
commit 385f7863dd
4 changed files with 5 additions and 5 deletions

View File

@ -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

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://releases.openstack.org/constraints/upper/train} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning

View File

@ -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
#

View File

@ -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