-
Notifications
You must be signed in to change notification settings - Fork 145
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
NoMethodError: undefined method `get_object' for Fog::Compute::Google::Disk #300
Comments
Yeah, looks like it was removed by accident during out refactor. I'll try and fix. Does your build system let you test from a git branch? |
@seanmalloy I've merged in a fix to master. Mind giving it a try? If it works for you I'll do a release. |
@icco using the changes that you made on the master branch I am no longer seeing the error when calling the I do not personally need a new release at this time. I'm fine with working off of the fog-google master branch for now. I think we can close this issue as resolved for now. Let me know if you disagree. |
I have confirmed that this is working. I was able to successfully create a GCE instance using the fixes that you merged to master in #301. It's up to you if you want to create a new release or not. |
I've released 1.2.1 with this fix. |
I receive the below Ruby stack trace when trying to execute the
get_as_boot_disk
method on an object of type Fog::Compute::Google::Disk. I am using fog-google version 1.2.0.Here is the link to the
get_as_boot_disk
method.https://github.com/fog/fog-google/blob/v1.2.0/lib/fog/compute/google/models/disk.rb#L69
Is this a bug?
The text was updated successfully, but these errors were encountered: