diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-03 08:06:20 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-01-03 08:06:20 +0100 |
commit | 874b3a7c977ab62526d63b15df1374faf03a3279 (patch) | |
tree | 574412b33d0cf56b9e89608bd939675be8fb5baa /jjb | |
parent | c0ce4fa1f387fcff25fc26559aa4f5d5be6e7597 (diff) |
Configure our images for VirtIO-SCSI
https://ceph.io/planet/more-recommendations-for-ceph-and-openstack/
Change-Id: I772aa68e6414e4bee77848bc6d5200918e95aee8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 25a3d1ee8..ec7dfb56d 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -147,6 +147,8 @@ -e DEBUG=$DEBUG \ -e EXTERNAL_NETWORK=$EXTERNAL_NETWORK \ -e DASHBOARD_URL={dashboard_url} \ + -e VOLUME_DEVICE_NAME=sdb \ + -e IMAGE_PROPERTIES=hw_scsi_model:virtio-scsi,hw_disk_bus:scsi \ -v /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file \ -v /home/opnfv/functest/images:/home/opnfv/functest/images \ -v /home/opnfv/functest/tempest_blacklist.yaml:/usr/lib/python$py/\ |