-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementing #160 #203
implementing #160 #203
Conversation
Alright, fog got released, so I'll aim to release this by EOD Wednesday AEST. (probably much sooner) Need to write some tests for this and run the integration suite over. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot a default setting in: lib/vagrant-google/config.rb
# internal_ip defaults to nil
@internal_ip = nil if @internal_ip == UNSET_VALUE
, without it machine would receive Object
as config.
@@ -113,11 +115,21 @@ def call(env) # rubocop:disable Metrics/MethodLength, Metrics/AbcSize | |||
network = "global/networks/default" | |||
end | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This whole block should not be necessary as we've implemented the change in fog-google
If you need any help - just let me know! I'll be happy to :) |
Right now the acceptance tests are failing:
|
@mattimatti PTAL |
Closing this - please reopen if there's interest. |
No description provided.