Update .gitreview and .zuul.yaml after rename

The repo got moved from x/devstack-plugin-nfs to
openstack/devstack-plugin-nfs, update .gitreview and jobs
for this.

Change-Id: I510655dabea6886a27bec52e83a3cc86bd7ebd15
This commit is contained in:
Andreas Jaeger 2020-03-20 16:06:20 +01:00
parent 1f9393cd20
commit 78bfd45d63
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
[gerrit] [gerrit]
host=review.opendev.org host=review.opendev.org
port=29418 port=29418
project=x/devstack-plugin-nfs.git project=openstack/devstack-plugin-nfs.git

View File

@ -23,11 +23,11 @@
* legacy-tempest-dsvm-full-devstack-plugin-nfs * legacy-tempest-dsvm-full-devstack-plugin-nfs
timeout: 10800 timeout: 10800
required-projects: required-projects:
- opendev.org/x/devstack-plugin-nfs - opendev.org/openstack/devstack-plugin-nfs
host-vars: host-vars:
controller: controller:
devstack_plugins: devstack_plugins:
devstack-plugin-nfs: https://opendev.org/x/devstack-plugin-nfs devstack-plugin-nfs: https://opendev.org/openstack/devstack-plugin-nfs
vars: vars:
devstack_localrc: devstack_localrc:
ENABLE_NFS_CINDER: true ENABLE_NFS_CINDER: true
@ -53,11 +53,11 @@
* legacy-tempest-dsvm-full-devstack-plugin-nfs * legacy-tempest-dsvm-full-devstack-plugin-nfs
timeout: 10800 timeout: 10800
required-projects: required-projects:
- opendev.org/x/devstack-plugin-nfs - opendev.org/openstack/devstack-plugin-nfs
host-vars: host-vars:
controller: controller:
devstack_plugins: devstack_plugins:
devstack-plugin-nfs: https://opendev.org/x/devstack-plugin-nfs devstack-plugin-nfs: https://opendev.org/openstack/devstack-plugin-nfs
vars: vars:
devstack_localrc: devstack_localrc:
ENABLE_NFS_CINDER: true ENABLE_NFS_CINDER: true