Skip to content

Commit

Permalink
Update spec with service_accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Goldschrafe committed Sep 21, 2014
1 parent 355212c commit 2bb54f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/kitchen/driver/gce_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
machine_type: 'n1-standard-1',
network: 'default',
region: nil,
service_accounts: [],
tags: [],
username: ENV['USER'],
zone_name: nil }
Expand All @@ -107,6 +108,7 @@
machine_type: 'n1-highmem-8',
network: 'dev-net',
region: 'asia-east1',
service_accounts: %w(userdata.email compute.readonly),
tags: %w(qa integration),
username: 'root',
zone_name: 'europe-west1-a'
Expand Down

0 comments on commit 2bb54f0

Please sign in to comment.