diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-27 11:07:52 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-08-02 16:18:25 -0500 |
commit | 4502b7cba6b86cfb041459dbcebe77219236ecaf (patch) | |
tree | 40ebdf51c2e82b8368920f60c00a6efa7d10003f /common | |
parent | 303a5be4916ece351e4eaeeb5b4dae44a5e6f490 (diff) |
Make RoleParameters and key_name descriptions consistent
The key_name default is ignored because the parameter is used in
some mutually exclusive environments where the default doesn't
need to be the same.
Change-Id: I77c1a1159fae38d03b0e59b80ae6bee491d734d7
Partial-Bug: 1700664
Diffstat (limited to 'common')
-rw-r--r-- | common/services.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/services.yaml b/common/services.yaml index 350026cc..0bc3462f 100644 --- a/common/services.yaml +++ b/common/services.yaml @@ -35,7 +35,7 @@ parameters: description: Role name on which the service is applied type: string RoleParameters: - description: Role Specific parameters to be provided to service + description: Parameters specific to the role default: {} type: json |