This introduces a new section in the cinder configuration doc where deployers learn how to override the default horizon behavior with OSA. Change-Id: I123e85a526e5e8d00cf937738148b260bd9353e0 Closes-Bug: #1518845
996 B
996 B
Home OpenStack-Ansible Installation Guide
Horizon configuration for Cinder
A deployer can configure variables to set the behavior for Cinder volume management in Horizon. By default, no Horizon configuration is set.
- If multiple availability zones are used and
cinder_default_availability_zoneis not defined, the default destination availability zone isnova. Volume creation with Horizon might fail if there is no availability zone namednova. Setcinder_default_availability_zoneto an appropriate availability zone name so thatAny availability zoneworks in Horizon. - Horizon does not populate the volume type by default. On the new
volume page, a request for the creation of a volume with the default
parameters fails. Set
cinder_default_volume_typeso that a volume creation request without an explicit volume type succeeds.