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

[google] Add support for instance tags

This commit is contained in:
Carlos Sanchez 2013-11-07 20:45:03 +01:00
parent 9f51ddde23
commit d1095feffa

View file

@ -9,6 +9,7 @@ def test
:private_key_path => File.expand_path("~/.ssh/id_rsa"),
:public_key_path => File.expand_path("~/.ssh/id_rsa.pub"),
:user => ENV['USER'],
:tags => ["fog"]
})
# My own wait_for because it hides errors