aboutsummaryrefslogtreecommitdiffstats
path: root/environments/storage-environment.yaml
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2015-07-07 15:16:10 +0200
committerJiri Stransky <jistr@redhat.com>2015-10-19 16:48:04 +0200
commit3729e63b59b36615180e64ffdab9e1f6fd66796e (patch)
tree8dc935ba15953001ca24888dc7e56592e82000a8 /environments/storage-environment.yaml
parent0f2bf59910639c62442aa3a1266ea4e67d76d25a (diff)
Support NFS backend for Glance (via Pacemaker)
Adds support for NFS backend in Glance by allowing the storage directory for the 'file' backend to be a mount managed by Pacemaker. Default behavior is unchanged. Since the Pacemaker-related parameters are not exposed on top level, change storage-environment.yaml to use parameter_defaults instead of parameters. Depends on a Heat fix for environment file's parameter_defaults to work well with JSONs and comma delimited lists (see Depends-On). Change-Id: I6e7e2eaf6919b955650c0b32e1629a4067602c89 Depends-On: I85b13a79dbc97a77e20c0d5df8eaf05b3000815e
Diffstat (limited to 'environments/storage-environment.yaml')
-rw-r--r--environments/storage-environment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/storage-environment.yaml b/environments/storage-environment.yaml
index 535ec6fe..5ccfa58e 100644
--- a/environments/storage-environment.yaml
+++ b/environments/storage-environment.yaml
@@ -1,7 +1,7 @@
## A Heat environment file which can be used to set up storage
## backends. Defaults to Ceph used as a backend for Cinder, Glance and
## Nova ephemeral storage.
-parameters:
+parameter_defaults:
#### BACKEND SELECTION ####