In this patch, I have added about how we can get the latest conf file because now the cinder using tox to generate it which internally include newly added option hmac_keys Change-Id: I1c7ba86ec069c297d3bb94af8f70b3e799a46d78 Closes-Bug: #1529720
1.5 KiB
Block Storage sample configuration files
All the files in this section can be found in
/etc/cinder
.
cinder.conf
The cinder.conf
file is installed in
/etc/cinder
by default. When you manually install the Block
Storage service, the options in the cinder.conf
file are
set to default values.
The cinder.conf
file contains most of the options to
configure the Block Storage service. Here is the sample configuration
file and you can generate the latest configuration file by using the tox
provided by the Block Storage service.
../samples/cinder.conf.sample
api-paste.ini
Use the api-paste.ini
file to configure the Block
Storage API service.
policy.json
The policy.json
file defines additional access controls
that apply to the Block Storage service.
rootwrap.conf
The rootwrap.conf
file defines configuration values used
by the rootwrap
script when the Block Storage service must
escalate its privileges to those of the root user.