Skip to content
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

Fix remove google-containers images listing #356

Merged
merged 1 commit into from
Jun 16, 2018

Conversation

tumido
Copy link
Contributor

@tumido tumido commented Jun 15, 2018

Google recently removed google-containers from the Public images list.

Any call to .images.all results in an exception:

> compute = ::Fog::Compute.new(...)
> compute.images.all
...
Sending HTTP get https://www.googleapis.com/compute/v1/projects/google-containers/global/images?
403
...
Google::Apis::ClientError: accessNotConfigured: Access Not Configured. Compute Engine API has not been used in project 255964991331 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/compute.googleapis.com/overview?project=255964991331 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
from /home/tcoufal/.rbenv/versions/2.4.4/lib/ruby/gems/2.4.0/gems/google-api-client-0.23.0/lib/google/apis/core/http_command.rb:218:in `check_status'

Fix removes the google-containers from the list of pulled projects.

@Temikus
Copy link
Member

Temikus commented Jun 16, 2018

Good catch! Thanks!

I'll integrate and roll out a release shortly.

@Temikus
Copy link
Member

Temikus commented Jun 16, 2018

This is good to go.

@Temikus Temikus merged commit ecb51bd into fog:master Jun 16, 2018
@Temikus Temikus mentioned this pull request Jun 16, 2018
@tumido tumido deleted the remove_google_containers_image_listing branch June 26, 2018 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants