Cinder is configured by changing the contents of the cinder.conf
file and restarting all of the Cinder processes. Depending on the OpenStack distribution used, this may require issuing commands such as service openstack-cinder-api restart or service cinder-api restart.
The cinder.conf
file contains a set of configuration options (one per line), specified as option_name
=value
. Configuration options are grouped together into a stanza, denoted by [
. There must be at least one stanza named stanza_name
][DEFAULT]
that contains configuration parameters that apply generically to Cinder (and not to any particular backend). Configuration options that are associated with a particular Cinder backend should be placed in a separate stanza.
Note | |
---|---|
While it is possible to specify driver-specific configuration options within the enabled_backends=myNfsBackend,myIscsiBackend,myFCBackend,myESeriesBackend The |