summaryrefslogtreecommitdiffstats
path: root/overcloud-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 /overcloud-source.yaml
parent8fc307cc22da5375e9808ffa853cf1af04554078 (diff)
parent9a3f38a7dfa4664227d642b4db74c42a3a690d2d (diff)
Merge "Set glance protocol and port as Heat configurable"
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 496b2431..e4439f0e 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -71,6 +71,14 @@ Parameters:
Default: baremetal
Description: Flavor for compute nodes 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.
@@ -408,6 +416,10 @@ Resources:
db: mysql://glance:unset@localhost/glance
host:
get_input: controller_host
+ port:
+ Ref: GlancePort
+ protocol:
+ Ref: GlanceProtocol
service-password:
Ref: GlancePassword
swift-store-user: service:glance