Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Changed --bind syntax from relation@space to relation=space #4147
Conversation
dooferlad
added some commits
Jan 19, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Feb 2, 2016
jujubot
merged commit 2225a64
into
juju:maas-spaces
Feb 2, 2016
dooferlad
deleted the
dooferlad:maas-spaces-bind-equals
branch
Jul 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dooferlad commentedJan 19, 2016
A simple replace of @ with = where needed.
deploy --bind "endpoint=space endpoint2=space2"
Changed the default space syntax so no symbol is needed:
deploy --bind defaultSpace
(Review request: http://reviews.vapour.ws/r/3569/)