Bump cirros image version to 0.4.0

This patch bumps the cirros image version so gates pass. Will be
looking to implement a more permenant solution in the future.

Change-Id: I9da6cf3045752b1e7e3344f042197d9ef11a0909
This commit is contained in:
Jude Cross 2019-01-23 16:41:49 -08:00
parent 213ff3a590
commit fc3b473eaa

View File

@ -17,7 +17,7 @@ spec_nova_server = {
"properties": {
"flavor": "1",
"name": "new-server-test",
"image": "cirros-0.3.6-x86_64-disk",
"image": "cirros-0.4.0-x86_64-disk",
"networks": [
{"network": "private"}
]