diff options
Diffstat (limited to 'undercloud-source.yaml')
-rw-r--r-- | undercloud-source.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml index a78e069b..66517586 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -80,6 +80,14 @@ Parameters: Default: baremetal Description: Flavor to request when deploying. Type: String + GlancePort: + Default: 9292 + Description: Glance port. + Type: String + GlanceProtocol: + Default: http + Description: Protocol to use when connecting to glance, set to https for SSL. + Type: String GlancePassword: Default: unset Description: The password for the glance service account, used by the glance services. @@ -222,6 +230,10 @@ Resources: backend: file db: mysql://glance:unset@localhost/glance host: 127.0.0.1 + port: + Ref: GlancePort + protocol: + Ref: GlanceProtocol service-password: Ref: GlancePassword notifier-strategy: |