Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Renaming "default" to "is_default" in the application get output. #7723
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit f3caa60
into
juju:develop
Aug 10, 2017
1 check failed
anastasiamac
deleted the
anastasiamac:is_default_lp1709692
branch
Aug 10, 2017
|
Thoughts on this... There is precedent, as its what 'juju status' does. I only noticed while verifying the fix, and found that I wasn't seeing the fix when switching clients. We could make this client specific if we versioned the API, and had 2.3 clients know that when talking to the old API they translate the field, and controllers know to use the right field when clients ask for the new API version. Its probably not worth the effort, but I do wonder... |
anastasiamac commentedAug 9, 2017
Description of change
Application configuration output was subject to interpretation when displaying default values.
This PR renames "default" to "is_default" to avoid confusion.
QA steps
Documentation changes
If the output sample for 'juju config' contains output for default values, the output needs to be updated.
Bug reference
https://bugs.launchpad.net/juju/+bug/1709692