OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
This commit is contained in:
OpenDev Sysadmins
2019-04-19 19:40:47 +00:00
parent dc9dba2fda
commit 0a20d27860
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[gerrit] [gerrit]
host=review.openstack.org host=review.opendev.org
port=29418 port=29418
project=openstack/watcher.git project=openstack/watcher.git
defaultbranch=stable/rocky defaultbranch=stable/rocky

View File

@@ -114,7 +114,7 @@
live_migration: true live_migration: true
block_migration_for_live_migration: true block_migration_for_live_migration: true
devstack_plugins: devstack_plugins:
ceilometer: https://git.openstack.org/openstack/ceilometer ceilometer: https://opendev.org/openstack/ceilometer
- job: - job:
name: watcher-tempest-functional name: watcher-tempest-functional
@@ -122,7 +122,7 @@
timeout: 7200 timeout: 7200
required-projects: required-projects:
- openstack/ceilometer - openstack/ceilometer
- openstack-infra/devstack-gate - openstack/devstack-gate
- openstack/python-openstackclient - openstack/python-openstackclient
- openstack/python-watcherclient - openstack/python-watcherclient
- openstack/watcher - openstack/watcher
@@ -130,7 +130,7 @@
- openstack/tempest - openstack/tempest
vars: vars:
devstack_plugins: devstack_plugins:
watcher: https://git.openstack.org/openstack/watcher watcher: https://opendev.org/openstack/watcher
devstack_services: devstack_services:
tls-proxy: false tls-proxy: false
watcher-api: true watcher-api: true