Update to latest available CirrOS version 0.3.4

Change-Id: If35b719e215f61802fa9fecadb9dc0969d7f4c0c
This commit is contained in:
Christian Berendt 2015-08-06 23:41:23 +02:00
parent f855886bd7
commit 0e55bba0b9
9 changed files with 12 additions and 12 deletions

View File

@ -606,10 +606,10 @@
# #
# Version of cirros image (string value) # Version of cirros image (string value)
#cirros_version = 0.3.2 #cirros_version = 0.3.4
# Cirros image name (string value) # Cirros image name (string value)
#cirros_image = cirros-0.3.2-x86_64-disk.img #cirros_image = cirros-0.3.4-x86_64-disk.img
# Cirros image base URL (string value) # Cirros image base URL (string value)
#cirros_base_url = http://download.cirros-cloud.net #cirros_base_url = http://download.cirros-cloud.net

View File

@ -930,7 +930,7 @@
GlanceImages.create_and_delete_image: GlanceImages.create_and_delete_image:
- -
args: args:
image_location: "http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img" image_location: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"
container_format: "bare" container_format: "bare"
disk_format: "qcow2" disk_format: "qcow2"
runner: runner:
@ -966,7 +966,7 @@
GlanceImages.create_image_and_boot_instances: GlanceImages.create_image_and_boot_instances:
- -
args: args:
image_location: "http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img" image_location: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"
container_format: "bare" container_format: "bare"
disk_format: "qcow2" disk_format: "qcow2"
flavor: flavor:

View File

@ -2,7 +2,7 @@
"GlanceImages.create_and_delete_image": [ "GlanceImages.create_and_delete_image": [
{ {
"args": { "args": {
"image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img", "image_location": "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img",
"container_format": "bare", "container_format": "bare",
"disk_format": "qcow2" "disk_format": "qcow2"
}, },

View File

@ -2,7 +2,7 @@
GlanceImages.create_and_delete_image: GlanceImages.create_and_delete_image:
- -
args: args:
image_location: "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img" image_location: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"
container_format: "bare" container_format: "bare"
disk_format: "qcow2" disk_format: "qcow2"
runner: runner:

View File

@ -2,7 +2,7 @@
"GlanceImages.create_and_list_image": [ "GlanceImages.create_and_list_image": [
{ {
"args": { "args": {
"image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img", "image_location": "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img",
"container_format": "bare", "container_format": "bare",
"disk_format": "qcow2" "disk_format": "qcow2"
}, },

View File

@ -2,7 +2,7 @@
GlanceImages.create_and_list_image: GlanceImages.create_and_list_image:
- -
args: args:
image_location: "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img" image_location: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"
container_format: "bare" container_format: "bare"
disk_format: "qcow2" disk_format: "qcow2"
runner: runner:

View File

@ -2,7 +2,7 @@
"GlanceImages.create_image_and_boot_instances": [ "GlanceImages.create_image_and_boot_instances": [
{ {
"args": { "args": {
"image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img", "image_location": "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img",
"container_format": "bare", "container_format": "bare",
"disk_format": "qcow2", "disk_format": "qcow2",
"flavor": { "flavor": {

View File

@ -2,7 +2,7 @@
GlanceImages.create_image_and_boot_instances: GlanceImages.create_image_and_boot_instances:
- -
args: args:
image_location: "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img" image_location: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"
container_format: "bare" container_format: "bare"
disk_format: "qcow2" disk_format: "qcow2"
flavor: flavor:

View File

@ -87,7 +87,7 @@ class ServerGeneratorTestCase(test.ScenarioTestCase):
"servers": { "servers": {
"servers_per_tenant": 5, "servers_per_tenant": 5,
"image": { "image": {
"name": "cirros-0.3.2-x86_64-uec", "name": "cirros-0.3.4-x86_64-uec",
}, },
"flavor": { "flavor": {
"name": "m1.tiny", "name": "m1.tiny",
@ -140,7 +140,7 @@ class ServerGeneratorTestCase(test.ScenarioTestCase):
"servers": { "servers": {
"servers_per_tenant": 5, "servers_per_tenant": 5,
"image": { "image": {
"name": "cirros-0.3.2-x86_64-uec", "name": "cirros-0.3.4-x86_64-uec",
}, },
"flavor": { "flavor": {
"name": "m1.tiny", "name": "m1.tiny",