aboutsummaryrefslogtreecommitdiffstats
path: root/environments/storage/glance-nfs.yaml
blob: 3c139306165fe93fff9dea3e8f7646e0f4852565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# *******************************************************************
# 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
  GlanceNfsOptions: intr,context=system_u:object_r:glance_var_lib_t:s0

  # 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.
  # ******************************************************
  # The short name of the Glance backend to use. Should be one of swift, rbd, or file
  # Type: string
  GlanceBackend: file

  # When using GlanceBackend 'file', mount NFS share for image storage.
  # Type: boolean
  GlanceNfsEnabled: True

  # *********************
  # End static parameters
  # *********************