Update demo Cirros version to 0.3.4

Change-Id: I8657de4f725237f5b17022bf503061c2fe187bb9
This commit is contained in:
KATO Tomoyuki 2015-12-01 21:45:24 +09:00
parent 9a32e23e68
commit e9991a5c64
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ PLUGIN_NAME_COLORED = utils.color_text(PLUGIN_NAME, 'blue')
DEMO_IMAGE_NAME = 'cirros'
DEMO_IMAGE_URL = (
'http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img'
'http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img'
)
DEMO_IMAGE_SSH_USER = 'cirros'
DEMO_IMAGE_FORMAT = 'qcow2'