Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix cloud credential tag encoding #72
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-names |
jujubot
merged commit fa4c195
into
juju:v2
Aug 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedAug 16, 2016
•
Edited 1 time
-
ericsnowcurrently
Aug 16, 2016
We cannot use "-" to separate the
tag components for cloud credential
tags, as both clouds and credentials
may contain hyphens. Instead, we use
underscores.
(Review request: http://reviews.vapour.ws/r/5446/)