diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-01 12:23:47 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-01 12:23:47 +0000 |
commit | 0f41197e6aeded5d5d2a0c3f9f0cd1a0d709d087 (patch) | |
tree | 538e3d748de8c791de380669befee537b71e67c9 /environments | |
parent | 3c76dac14d474e0ae08e84da340036b92b539043 (diff) | |
parent | b6a4bdc3e4db97785b930065260c713f6e70a4da (diff) |
Merge "Re-add NFS backend for Glance"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/storage-environment.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/environments/storage-environment.yaml b/environments/storage-environment.yaml index 8cf34622..8e02c300 100644 --- a/environments/storage-environment.yaml +++ b/environments/storage-environment.yaml @@ -34,18 +34,18 @@ parameter_defaults: # CinderNfsServers: '' - #### GLANCE FILE BACKEND PACEMAKER SETTINGS (used for mounting NFS) #### + #### GLANCE NFS SETTINGS #### - ## Whether to make Glance 'file' backend a mount managed by Pacemaker - # GlanceFilePcmkManage: false - ## File system type of the mount - # GlanceFilePcmkFstype: nfs - ## Pacemaker mount point, e.g. '192.168.122.1:/export/glance' for NFS - ## (If using IPv6, use both double- and single-quotes, - ## e.g. "'[fdd0::1]:/export/glance'") - # GlanceFilePcmkDevice: '' - ## Options for the mount managed by Pacemaker - # GlanceFilePcmkOptions: '' + ## Make sure to set `GlanceBackend: file` when enabling NFS + ## + ## Whether to make Glance 'file' backend a NFS mount + # GlanceNfsEnabled: false + ## NFS share for image storage, e.g. '192.168.122.1:/export/glance' + ## (If using IPv6, use both double- and single-quotes, + ## e.g. "'[fdd0::1]:/export/glance'") + # GlanceNfsShare: '' + ## Mount options for the NFS image storage mount point + # GlanceNfsOptions: 'intr,context=system_u:object_r:glance_var_lib_t:s0' #### CEPH SETTINGS #### |