aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-06-27 07:53:53 +0000
committerGerrit Code Review <review@openstack.org>2014-06-27 07:53:53 +0000
commit9e33760e06116fd44d9766b4b5828a29e69ec736 (patch)
tree194f63f26470757721789dcbb2d321b77fad0bdc /undercloud-source.yaml
parent8fc307cc22da5375e9808ffa853cf1af04554078 (diff)
parent9a3f38a7dfa4664227d642b4db74c42a3a690d2d (diff)
Merge "Set glance protocol and port as Heat configurable"
Diffstat (limited to 'undercloud-source.yaml')
-rw-r--r--undercloud-source.yaml12
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: