diff --git a/lib/fog/google/examples/launch_micro_instance.rb b/lib/fog/google/examples/launch_micro_instance.rb index 9362739ad..34f5e96c0 100755 --- a/lib/fog/google/examples/launch_micro_instance.rb +++ b/lib/fog/google/examples/launch_micro_instance.rb @@ -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? }