diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-26 13:13:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-26 13:13:56 +0000 |
commit | 37099cce3df8a1e86c7ecd79a76354c199a9719e (patch) | |
tree | e4b6797ce4d1d2a16e52d412fcb3b9dbc0f2c3e3 /puppet/services/network | |
parent | 95a6da61129ec6a88836f99c8f2d0260a53bba96 (diff) | |
parent | c54e9b681b44ab962c4503cf1d88c44b683a972e (diff) |
Merge "Make various password descriptions consistent"
Diffstat (limited to 'puppet/services/network')
-rw-r--r-- | puppet/services/network/contrail-base.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/network/contrail-base.yaml b/puppet/services/network/contrail-base.yaml index 5e04a25b..77c30bd9 100644 --- a/puppet/services/network/contrail-base.yaml +++ b/puppet/services/network/contrail-base.yaml @@ -39,7 +39,7 @@ parameters: type: string default: 'no-auth' AdminPassword: - description: Keystone admin user password + description: The password for the keystone admin account, used for monitoring, querying neutron etc. type: string hidden: true AdminTenantName: @@ -47,7 +47,7 @@ parameters: type: string default: 'admin' AdminToken: - description: Keystone admin token + description: The keystone auth secret and db password. type: string hidden: true AdminUser: |