Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
state: fix UpdateCloudCredentials for existing creds #5917
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1603221', 'fixes-1607557'] |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit cc1955b
into
juju:master
Aug 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedAug 2, 2016
•
Edited 1 time
-
rogpeppe
Aug 2, 2016
state: fix UpdateCloudCredentials for existing creds
UpdateCloudCredentials didn't work when there were existing
credentials with the same name.
To test this properly, we required different clouds with different
credentials, so we implement a CreateCloud method too.
Fixes https://bugs.launchpad.net/juju-core/+bug/1608421.
Partially addresses https://bugs.launchpad.net/juju-core/+bug/1608494.
(Review request: http://reviews.vapour.ws/r/5357/)