Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Rename application config methods #8199
Conversation
|
!!build!! |
wallyworld
added some commits
Dec 11, 2017
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit 09a7ce5
into
juju:develop
Dec 11, 2017
1 check passed
continuous-integration/jenkins/pr-merge
This commit looks good
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedDec 11, 2017
Description of change
Application entity currently has a method called ConfigSettings() which returns the charm's config. We need to introduce non-charm config for the application itself, so rename the method to CharmConfig() to allow for that. Some CAAS facades have their ApplicationConfig() methods renamed to CharmConfig() to allow for the ApplicationConfig() name to be used for the application specific (non-charm) settings.
No existing facade APIs or params structs are changed.
QA steps
basic smoke test