2017-05-18 15:38:22 -05:00
|
|
|
# *******************************************************************
|
|
|
|
# This file was created automatically by the sample environment
|
|
|
|
# generator. Developers should use `tox -e genconfig` to update it.
|
|
|
|
# Users are recommended to make changes to a copy of the file instead
|
|
|
|
# of the original, if any customizations are needed.
|
|
|
|
# *******************************************************************
|
|
|
|
# title: Enable Glance NFS Backend
|
|
|
|
# description: |
|
|
|
|
# Configure and include this environment to enable the use of an NFS
|
|
|
|
# share as the backend for Glance.
|
|
|
|
parameter_defaults:
|
|
|
|
# NFS mount options for image storage (when GlanceNfsEnabled is true)
|
|
|
|
# Type: string
|
2017-11-17 16:16:13 +01:00
|
|
|
GlanceNfsOptions: _netdev,bg,intr,context=system_u:object_r:glance_var_lib_t:s0
|
2017-05-18 15:38:22 -05:00
|
|
|
|
|
|
|
# NFS share to mount for image storage (when GlanceNfsEnabled is true)
|
|
|
|
# Type: string
|
|
|
|
GlanceNfsShare: ''
|
|
|
|
|
|
|
|
# ******************************************************
|
|
|
|
# Static parameters - these are values that must be
|
|
|
|
# included in the environment but should not be changed.
|
|
|
|
# ******************************************************
|
2017-10-11 11:02:43 -04:00
|
|
|
# The short name of the Glance backend to use. Should be one of swift, rbd, cinder, or file
|
2017-05-18 15:38:22 -05:00
|
|
|
# Type: string
|
|
|
|
GlanceBackend: file
|
|
|
|
|
|
|
|
# When using GlanceBackend 'file', mount NFS share for image storage.
|
|
|
|
# Type: boolean
|
|
|
|
GlanceNfsEnabled: True
|
|
|
|
|
|
|
|
# *********************
|
|
|
|
# End static parameters
|
|
|
|
# *********************
|