From 49915844e0c709ab05e1c882eb5936d810850a94 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Wed, 26 Feb 2014 15:53:17 -0500 Subject: 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 --- overcloud-source.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 6d21a4dc..d9a7b7a4 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -26,6 +26,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. @@ -293,6 +301,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 -- cgit 1.2.3-korg