aboutsummaryrefslogtreecommitdiffstats
path: root/notcompute.yaml
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2014-02-26 15:53:17 -0500
committerJames Slagle <jslagle@redhat.com>2014-02-26 15:53:17 -0500
commit49915844e0c709ab05e1c882eb5936d810850a94 (patch)
treeebfbafc0832eb76690fa480d8cd5f398bdd87841 /notcompute.yaml
parentedf87127836805197d2d67c6c2addcdab60c1b7a (diff)
Add GlanceLogFile and GlanceNotifierStrategy
Expose 2 new parameters to control glance configuration: - GlanceLogFile - GlanceNotifierStrategy This will allow the glance configuration options log_file and notifier_strategy to be set in glance-api.conf and glance-registry.conf Change-Id: I1af1ecfdfe0859f2baba4579aab6e947a2a54308
Diffstat (limited to 'notcompute.yaml')
-rw-r--r--notcompute.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/notcompute.yaml b/notcompute.yaml
index b097dd02..1f96ac9a 100644
--- a/notcompute.yaml
+++ b/notcompute.yaml
@@ -31,6 +31,14 @@ Parameters:
Description: Password for connecting to glance database
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: ''
HeatDBPassword:
Description: Password for accessing Heat database.
Type: String
@@ -130,6 +138,10 @@ Resources:
- - 'mysql://glance:'
- {Ref: GlanceDBPassword}
- '@127.0.0.1/glance'
+ notifier-strategy:
+ Ref: GlanceNotifierStrategy
+ log-file:
+ Ref: GlanceLogFile
heat:
db:
Fn::Join: