|
216 | 216 | tox_envlist: functional-py36
|
217 | 217 |
|
218 | 218 | - job:
|
219 |
| - name: tempest-integrated-storage-import-workflow |
| 219 | + name: tempest-integrated-storage-import |
220 | 220 | parent: tempest-integrated-storage
|
221 | 221 | description: |
|
222 | 222 | The regular tempest-integrated-storage job but with glance metadata injection
|
223 | 223 | post-run: playbooks/post-check-metadata-injection.yaml
|
224 | 224 | vars:
|
225 | 225 | devstack_localrc:
|
226 |
| - GLANCE_STANDALONE: True |
| 226 | + GLANCE_STANDALONE: False |
227 | 227 | GLANCE_USE_IMPORT_WORKFLOW: True
|
228 | 228 | devstack_local_conf:
|
229 | 229 | post-config:
|
| 230 | + $GLANCE_API_CONF: |
| 231 | + DEFAULT: |
| 232 | + enabled_import_methods: "[\"copy-image\", \"glance-direct\"]" |
| 233 | + wsgi: |
| 234 | + python_interpreter: /usr/bin/python3 |
230 | 235 | $GLANCE_IMAGE_IMPORT_CONF:
|
231 | 236 | image_import_opts:
|
232 | 237 | image_import_plugins: "['inject_image_metadata', 'image_conversion']"
|
|
238 | 243 | output_format: raw
|
239 | 244 |
|
240 | 245 | - job:
|
241 |
| - name: tempest-integrated-storage-wsgi-import |
242 |
| - parent: tempest-integrated-storage |
| 246 | + name: tempest-integrated-storage-import-standalone |
| 247 | + parent: tempest-integrated-storage-import |
243 | 248 | description: |
|
244 |
| - The regular tempest-integrated-storage job but with glance in wsgi mode |
| 249 | + The regular tempest-integrated-storage-import-workflow job but with glance in |
| 250 | + standalone mode |
245 | 251 | vars:
|
246 | 252 | devstack_localrc:
|
247 |
| - GLANCE_STANDALONE: False |
248 |
| - GLANCE_USE_IMPORT_WORKFLOW: True |
249 |
| - devstack_local_conf: |
250 |
| - post-config: |
251 |
| - $GLANCE_API_CONF: |
252 |
| - DEFAULT: |
253 |
| - enabled_import_methods: "[\"copy-image\", \"glance-direct\"]" |
254 |
| - wsgi: |
255 |
| - python_interpreter: /usr/bin/python3 |
256 |
| - $GLANCE_IMAGE_IMPORT_CONF: |
257 |
| - image_import_opts: |
258 |
| - image_import_plugins: "['image_conversion']" |
259 |
| - image_conversion: |
260 |
| - output_format: raw |
| 253 | + GLANCE_STANDALONE: True |
261 | 254 |
|
262 | 255 | - job:
|
263 | 256 | name: glance-ceph-thin-provisioning
|
|
304 | 297 | - ^\.zuul\.yaml$
|
305 | 298 | - tempest-integrated-storage:
|
306 | 299 | irrelevant-files: *tempest-irrelevant-files
|
307 |
| - - tempest-integrated-storage-import-workflow: |
| 300 | + - tempest-integrated-storage-import: |
308 | 301 | irrelevant-files: *tempest-irrelevant-files
|
309 |
| - - tempest-integrated-storage-wsgi-import: |
| 302 | + - tempest-integrated-storage-import-standalone: |
310 | 303 | irrelevant-files: *tempest-irrelevant-files
|
311 | 304 | - grenade:
|
312 | 305 | irrelevant-files: *tempest-irrelevant-files
|
|
320 | 313 | - openstack-tox-functional-py38
|
321 | 314 | - tempest-integrated-storage:
|
322 | 315 | irrelevant-files: *tempest-irrelevant-files
|
323 |
| - - tempest-integrated-storage-import-workflow: |
| 316 | + - tempest-integrated-storage-import: |
| 317 | + irrelevant-files: *tempest-irrelevant-files |
| 318 | + - tempest-integrated-storage-import-standalone: |
324 | 319 | irrelevant-files: *tempest-irrelevant-files
|
325 | 320 | - grenade:
|
326 | 321 | irrelevant-files: *tempest-irrelevant-files
|
|
0 commit comments