aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/database
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-26 13:13:56 +0000
committerGerrit Code Review <review@openstack.org>2017-07-26 13:13:56 +0000
commit37099cce3df8a1e86c7ecd79a76354c199a9719e (patch)
treee4b6797ce4d1d2a16e52d412fcb3b9dbc0f2c3e3 /puppet/services/database
parent95a6da61129ec6a88836f99c8f2d0260a53bba96 (diff)
parentc54e9b681b44ab962c4503cf1d88c44b683a972e (diff)
Merge "Make various password descriptions consistent"
Diffstat (limited to 'puppet/services/database')
-rw-r--r--puppet/services/database/mysql.yaml2
-rw-r--r--puppet/services/database/redis-base.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/database/mysql.yaml b/puppet/services/database/mysql.yaml
index 8842a0ca..abbe7a22 100644
--- a/puppet/services/database/mysql.yaml
+++ b/puppet/services/database/mysql.yaml
@@ -51,7 +51,7 @@ parameters:
description: Whether to use Galera instead of regular MariaDB.
type: boolean
NovaPassword:
- description: The password for the nova db account
+ description: The password for the nova service and db account
type: string
hidden: true
EnableInternalTLS:
diff --git a/puppet/services/database/redis-base.yaml b/puppet/services/database/redis-base.yaml
index d15b30cb..2a6a89e9 100644
--- a/puppet/services/database/redis-base.yaml
+++ b/puppet/services/database/redis-base.yaml
@@ -5,7 +5,7 @@ description: >
parameters:
RedisPassword:
- description: The password for Redis
+ description: The password for the redis service account.
type: string
hidden: true
RedisFDLimit: