Enable Cinder as a backend for Glance
[apex-tripleo-heat-templates.git] / environments / storage / glance-nfs.yaml
1 # *******************************************************************
2 # This file was created automatically by the sample environment
3 # generator. Developers should use `tox -e genconfig` to update it.
4 # Users are recommended to make changes to a copy of the file instead
5 # of the original, if any customizations are needed.
6 # *******************************************************************
7 # title: Enable Glance NFS Backend
8 # description: |
9 #   Configure and include this environment to enable the use of an NFS
10 #   share as the backend for Glance.
11 parameter_defaults:
12   # NFS mount options for image storage (when GlanceNfsEnabled is true)
13   # Type: string
14   GlanceNfsOptions: intr,context=system_u:object_r:glance_var_lib_t:s0
15
16   # NFS share to mount for image storage (when GlanceNfsEnabled is true)
17   # Type: string
18   GlanceNfsShare: ''
19
20   # ******************************************************
21   # Static parameters - these are values that must be
22   # included in the environment but should not be changed.
23   # ******************************************************
24   # The short name of the Glance backend to use. Should be one of swift, rbd, cinder, or file
25   # Type: string
26   GlanceBackend: file
27
28   # When using GlanceBackend 'file', mount NFS share for image storage.
29   # Type: boolean
30   GlanceNfsEnabled: True
31
32   # *********************
33   # End static parameters
34   # *********************