Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
migrations (gce): Extract zone name from URL for SetMetadata #7031
Conversation
|
Cheers! $$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit b1b3f0c
into
juju:2.1
Feb 24, 2017
babbageclunk
deleted the
babbageclunk:mm-gce-adopt-fix
branch
Feb 24, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
babbageclunk commentedFeb 24, 2017
Description of change
Fix the code that updates the controller tag of machines in the model -
otherwise migrations would fail on GCE. The GCE API requires the
unqualified zone name, so "us-central1-a" rather than:
https://www.googleapis.com/compute/v1/projects/gothic-list-89514/zones/us-central1-a
(Which is what the API gives back to us.)
QA steps
Bug reference
Fixes https://bugs.launchpad.net/juju/+bug/1667172