We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If fog file specifies just a test namespace, disk cannot be properly cleaned up:
test: google_project: my-proj google_json_key_location: /my-project-key.json
Since disk is not actually instantiated, it doesn't have a name property:
==> default: -- Additional Disks:[] ... /Users/temikus/.vagrant.d/gems/2.4.4/gems/vagrant-google-2.4.0/lib/vagrant-google/action/run_instance.rb:269:in `block in call': undefined method `name' for #<Hash:0x0000000100c489b0> (NoMethodError)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If fog file specifies just a test namespace, disk cannot be properly cleaned up:
Since disk is not actually instantiated, it doesn't have a name property:
The text was updated successfully, but these errors were encountered: