aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-19 13:17:50 +0000
committerGerrit Code Review <review@openstack.org>2014-08-19 13:17:50 +0000
commitb7363014fe38503a8a73430b57ec244a1b9d1a8f (patch)
treeefb201c9151d7d9566fbae4513128e29a0935e3d /undercloud-source.yaml
parent1192fb70d6e0e867887b0ff8e7b16fac005ea3c2 (diff)
parente01f11cc43533d8d59b1144759bb38b4d8160eb0 (diff)
Merge "Set the MySQL root password"
Diffstat (limited to 'undercloud-source.yaml')
-rw-r--r--undercloud-source.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml
index e09b3db5..8b29df1e 100644
--- a/undercloud-source.yaml
+++ b/undercloud-source.yaml
@@ -188,6 +188,10 @@ resources:
length: 20
salt:
get_param: RabbitCookieSalt
+ MysqlRootPassword:
+ type: OS::Heat::RandomString
+ properties:
+ length: 10
undercloudConfig:
type: OS::Heat::StructuredConfig
properties:
@@ -270,6 +274,7 @@ resources:
signing_certificate: {get_param: KeystoneSigningCertificate}
mysql:
innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize}
+ root-password: {get_resource: MysqlRootPassword}
neutron:
host: 127.0.0.1
ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8