Revert "Disable import workflow in glance cinder jobs"

This reverts commit d7fa7a0321.

Reason for revert: This is no longer needed as the devstack patch is merged to fix this issue https://review.opendev.org/c/openstack/devstack/+/841804

Change-Id: I214c9a6017f66d3eb6589496726e8c8f895d56aa
This commit is contained in:
Rajat Dhasmana 2022-05-23 08:17:55 +00:00 committed by whoami-rajat
parent 6edbfb7567
commit 0c15169c37
1 changed files with 5 additions and 6 deletions

View File

@ -250,10 +250,9 @@
- job: - job:
name: glance-multistore-cinder-import name: glance-multistore-cinder-import
parent: tempest-integrated-storage parent: tempest-integrated-storage-import
description: | description: |
The regular tempest-integrated-storage job but with multiple cinder The regular import workflow job to test with multiple cinder stores
stores
vars: vars:
devstack_localrc: devstack_localrc:
USE_CINDER_FOR_GLANCE: True USE_CINDER_FOR_GLANCE: True
@ -263,10 +262,10 @@
- job: - job:
name: glance-multistore-cinder-import-fips name: glance-multistore-cinder-import-fips
parent: tempest-integrated-storage parent: tempest-integrated-storage-import
description: | description: |
The regular tempest-integrated-storage job but with multiple cinder The regular import workflow job to test with multiple cinder stores with
stores with fips enabled fips enabled
nodeset: devstack-single-node-centos-9-stream nodeset: devstack-single-node-centos-9-stream
pre-run: playbooks/enable-fips.yaml pre-run: playbooks/enable-fips.yaml
vars: vars: