1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[google|compute] Use a valid image for v1 in example

This commit is contained in:
Nat Welch 2014-03-14 17:01:17 -07:00
parent f55ca0e6ea
commit 94a054b503

View file

@ -5,7 +5,7 @@ def test
:name => 'foggydisk',
:size_gb => 10,
:zone_name => 'us-central1-a',
:source_image => 'centos-6-v20130522',
:source_image => 'centos-6-v20131120',
})
disk.wait_for { disk.ready? }