Update to opendev
Change-Id: Iac5e266899b01cd84a15f7a5016961472d039240
This commit is contained in:
parent
d839698f74
commit
5f9a22a1f8
@ -18,7 +18,7 @@ then remove tox and reinstall. Next, do the following::
|
|||||||
|
|
||||||
Then, check out the MoltenIron project::
|
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/
|
$ cd molteniron/
|
||||||
|
|
||||||
Before you can install the package requirements, you may need to install a
|
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::
|
Or with a clean installation of an Ubuntu 16.04 system, do the following::
|
||||||
|
|
||||||
$ sudo apt-get update
|
$ sudo apt-get update
|
||||||
$ git clone https://git.openstack.org/openstack/molteniron.git
|
$ git clone https://opendev.org/openstack/molteniron.git
|
||||||
$ cd molteniron/
|
$ cd molteniron/
|
||||||
$ ./utils/install_requirements.sh
|
$ ./utils/install_requirements.sh
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
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/master} {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
#
|
#
|
||||||
# $ git clone https://git.openstack.org/openstack/molteniron.git
|
# $ git clone https://opendev.org/openstack/molteniron.git
|
||||||
# $ cd molteniron/
|
# $ cd molteniron/
|
||||||
# $ ./utils/install_requirements.sh
|
# $ ./utils/install_requirements.sh
|
||||||
#
|
#
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
- name: install molteniron source code from git
|
- name: install molteniron source code from git
|
||||||
git:
|
git:
|
||||||
repo: https://git.openstack.org/openstack/molteniron.git
|
repo: https://opendev.org/openstack/molteniron.git
|
||||||
dest: "{{ molteniron_source_dir }}"
|
dest: "{{ molteniron_source_dir }}"
|
||||||
version: HEAD
|
version: HEAD
|
||||||
when: molteniron_source_dir_st.stat.islnk is not defined
|
when: molteniron_source_dir_st.stat.islnk is not defined
|
||||||
|
Loading…
Reference in New Issue
Block a user