Update test image for nova-lxd

In https://review.openstack.org/513200 the var specifying
the image was updated to a different structure and some
vars were removed. This updates the override to the new
structure.

Depends-On: I0b218fe276292e13dbb40ab38c9a167025d16e45
Change-Id: I4995fcac48889bd189cc1f25adb442b7a6637a46
This commit is contained in:
Jesse Pretorius 2017-10-25 11:32:21 +01:00
parent a96e6b09ca
commit a016cb3444
1 changed files with 6 additions and 6 deletions

View File

@ -17,16 +17,16 @@ nova_virt_type: lxd
tempest_test_whitelist:
- tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops
tempest_tempest_conf_overrides:
'compute-feature-enabled':
'config_drive': 'false'
tempest_img_url: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-lxc.tar.gz"
tempest_img_disk_format: raw
tempest_image_file: "cirros-0.3.4-x86_64-lxc.tar.gz"
tempest_img_name: "cirros"
tempest_images:
- url: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-lxc.tar.gz"
sha256: "e8172c603fad47f4c95e67bd2751c2977e07164c9ebdfcf3f9c1d7ff598ed217"
- url: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-lxc.tar.gz"
checksum: "sha256:7276165f1f02e416d153f337d9d01beaa19cce185ad1d7c59a5fc2466fd19967"
format: "raw"
name: "cirros"
neutron_provider_networks:
network_types: "vxlan,flat"