![Jesse Pretorius](/assets/img/avatar_default.png)
This patch provides the example configurations for the layouts set in Appendix A and B and revises the configuration section to refer to the Appendices for examples. These aim to help new deployers understand how their desired environment layout translates into actual configuration. Change-Id: I6f9bfb4069426180914396cca7ff5b4631098165
13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
---
|
|
# This file contains an example to show how to set
|
|
# the cinder-volume service to run in a container.
|
|
#
|
|
# Important note:
|
|
# When using LVM or any iSCSI-based cinder backends, such as NetApp with
|
|
# iSCSI protocol, the cinder-volume service *must* run on metal.
|
|
# Reference: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1226855
|
|
|
|
container_skel:
|
|
cinder_volumes_container:
|
|
is_metal: false
|