diff options
Diffstat (limited to 'controller.yaml')
-rw-r--r-- | controller.yaml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/controller.yaml b/controller.yaml index 8aac819f..4123fc07 100644 --- a/controller.yaml +++ b/controller.yaml @@ -27,6 +27,8 @@ parameters: default: '' description: User to use for replication from bootstrap host type: string + controllerImage: + type: string GlanceDBPassword: description: Password for connecting to glance database type: string @@ -43,6 +45,11 @@ parameters: description: Password for accessing Heat database. type: string hidden: true + HeatStackDomainAdminPassword: + description: Password for heat_domain_admin user. + type: string + default: '' + hidden: true InstanceType: default: baremetal description: Use this flavor @@ -55,40 +62,33 @@ parameters: description: Password for connecting to keystone type: string hidden: true - NovaDBPassword: - description: Password for connecting to nova database + NeutronDBPassword: + description: Password for connecting to neutron database type: string hidden: true - NovaInterfaces: + NeutronInterfaces: default: eth0 type: string - NeutronDBPassword: - description: Password for connecting to neutron database + NovaDBPassword: + description: Password for connecting to nova database type: string hidden: true - NeutronInterfaces: + NovaInterfaces: default: eth0 type: string RabbitMQPassword: description: Password for RabbitMQ type: string hidden: true - RabbitUserName: - type: string RabbitPassword: type: string hidden: true + RabbitUserName: + type: string ServicePassword: description: admin_password for setting up auth in nova. type: string hidden: true - controllerImage: - type: string - HeatStackDomainAdminPassword: - description: Password for heat_domain_admin user. - type: string - default: '' - hidden: true resources: AccessPolicy: properties: |