# *******************************************************************
# 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 Cinder NFS Backend
# description: |
#   Configure and include this environment to enable the use of an NFS
#   share as the backend for Cinder.
parameter_defaults:
  # Whether to enable or not the Iscsi backend for Cinder
  # Type: boolean
  CinderEnableIscsiBackend: False

  # Whether to enable or not the NFS backend for Cinder
  # Type: boolean
  CinderEnableNfsBackend: True

  # Mount options for NFS mounts used by Cinder NFS backend. Effective when CinderEnableNfsBackend is true.
  # Type: string
  CinderNfsMountOptions: ''

  # NFS servers used by Cinder NFS backend. Effective when CinderEnableNfsBackend is true.
  # Type: comma_delimited_list
  CinderNfsServers: 192.168.122.1:/export/cinder