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:
parent
9f51ddde23
commit
d1095feffa
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue