Changes for url transition to OpenDev

This commit changes openstack.org URL to opendev.org URL

Change-Id: I4f67a9afffa12b07da554f6f3c696276d57f5de6
This commit is contained in:
akhiljain23 2019-04-23 11:07:42 +05:30
parent bce11f9098
commit d1fb7a7e3a
6 changed files with 14 additions and 14 deletions

View File

@ -8,7 +8,7 @@ This project covers Tempest tests for Congress project.
* Free software: Apache license
* Documentation: https://docs.openstack.org/congress-tempest-plugin/latest
* Release notes: https://docs.openstack.org/releasenotes/congress/
* Source: https://git.openstack.org/cgit/openstack/congress-tempest-plugin
* Source: https://opendev.org/openstack/congress-tempest-plugin
* Bugs: https://bugs.launchpad.net/congress
Tempest Integration

View File

@ -47,7 +47,7 @@ class TestNovaDriver(manager_congress.ScenarioPolicyBase):
# queens flag for skipping nova driver tests because
# congress nova driver in queens does not work with the new
# novaclient 10.1.0 now part of upper-constraints
# https://review.openstack.org/#/c/571540/
# https://review.opendev.org/#/c/571540/
msg = 'Nova driver not available.'
raise cls.skipException(msg)

View File

@ -140,7 +140,7 @@ class TestPolicyBasicOps(manager_congress.ScenarioPolicyBase):
# queens flag for skipping nova driver tests because
# congress nova driver in queens does not work with the new
# novaclient 10.1.0 now part of upper-constraints
# https://review.openstack.org/#/c/571540/
# https://review.opendev.org/#/c/571540/
def test_reactive_enforcement(self):
servers_client = self.os_admin.servers_client
server_name = 'server_under_test'

View File

@ -13,12 +13,12 @@
set -x
cat > clonemap.yaml << EOF
clonemap:
- name: openstack-infra/devstack-gate
- name: openstack/devstack-gate
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
https://git.openstack.org \
openstack-infra/devstack-gate
https://opendev.org \
openstack/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
@ -29,12 +29,12 @@
set -x
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
enable_plugin heat https://git.openstack.org/openstack/heat
enable_plugin congress https://git.openstack.org/openstack/congress
enable_plugin murano https://git.openstack.org/openstack/murano
enable_plugin aodh https://git.openstack.org/openstack/aodh
enable_plugin mistral https://git.openstack.org/openstack/mistral
enable_plugin neutron https://git.openstack.org/openstack/neutron
enable_plugin heat https://opendev.org/openstack/heat
enable_plugin congress https://opendev.org/openstack/congress
enable_plugin murano https://opendev.org/openstack/murano
enable_plugin aodh https://opendev.org/openstack/aodh
enable_plugin mistral https://opendev.org/openstack/mistral
enable_plugin neutron https://opendev.org/openstack/neutron
CONGRESS_REPLICATED=True
# To deploy congress as multi-process (api, pe, datasources)
CONGRESS_MULTIPROCESS_DEPLOYMENT=True

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://git.openstack.org/cgit/openstack/congress-tempest-plugin
home-page = https://opendev.org/openstack/congress-tempest-plugin
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology

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