Replace use of deprecated devstack option
The CINDER_ISCSI_HELPER devstack configuration option was deprecated
and replaced with CINDER_TARGET_HELPER during the Antelope cycle by
change I6578cdc27489b34916cdeb72ba3fdf06ea9d4ad8, so use the
preferred option name here.
Change-Id: Ie32bd7b03ddb94a4b33661205e31954ac5fe145a
Brian Rosmaita
2 years ago
| 305 | 305 | parent: cinder-tempest-plugin-lvm-barbican-base |
| 306 | 306 | vars: |
| 307 | 307 | devstack_localrc: |
| 308 | CINDER_ISCSI_HELPER: lioadm | |
| 308 | CINDER_TARGET_HELPER: lioadm | |
| 309 | 309 | |
| 310 | 310 | - job: |
| 311 | 311 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream |
| 377 | 377 | parent: cinder-tempest-plugin-lvm-barbican-base |
| 378 | 378 | vars: |
| 379 | 379 | devstack_localrc: |
| 380 | CINDER_ISCSI_HELPER: tgtadm | |
| 380 | CINDER_TARGET_HELPER: tgtadm | |
| 381 | 381 | |
| 382 | 382 | - job: |
| 383 | 383 | name: cinder-tempest-plugin-cbak-s3 |