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:
parent
f55ca0e6ea
commit
94a054b503
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ def test
|
||||||
:name => 'foggydisk',
|
:name => 'foggydisk',
|
||||||
:size_gb => 10,
|
:size_gb => 10,
|
||||||
:zone_name => 'us-central1-a',
|
:zone_name => 'us-central1-a',
|
||||||
:source_image => 'centos-6-v20130522',
|
:source_image => 'centos-6-v20131120',
|
||||||
})
|
})
|
||||||
|
|
||||||
disk.wait_for { disk.ready? }
|
disk.wait_for { disk.ready? }
|
||||||
|
|
Loading…
Add table
Reference in a new issue