aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-03-05 10:53:18 +0000
committerGerrit Code Review <review@openstack.org>2014-03-05 10:53:18 +0000
commit1f75fd8fd3086febb5ac37cb921fa82eb2cc8c8e (patch)
tree5b750d0c00d9a31b8eadaa0c460ab1a67be5d3b2 /overcloud-source.yaml
parenta5516561a6dda085e641c807caa83abae3556bf2 (diff)
parent49915844e0c709ab05e1c882eb5936d810850a94 (diff)
Merge "Add GlanceLogFile and GlanceNotifierStrategy"
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 d9e307b8..d3604646 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -30,6 +30,14 @@ Parameters:
Description: The password for the glance service account, used by the glance services.
Type: String
NoEcho: true
+ GlanceNotifierStrategy:
+ Description: Strategy to use for Glance notification queue
+ Type: String
+ Default: noop
+ GlanceLogFile:
+ Description: The filepath of the file to use for logging messages from Glance.
+ Type: String
+ Default: ''
HeatPassword:
Default: unset
Description: The password for the Heat service account, used by the Heat services.
@@ -297,6 +305,10 @@ Resources:
swift-store-user: service:glance
swift-store-key:
Ref: GlancePassword
+ notifier-strategy:
+ Ref: GlanceNotifierStrategy
+ log-file:
+ Ref: GlanceLogFile
heat:
admin_password:
Ref: HeatPassword