Files
openstack-ansible/doc/source/install-guide/configure-cinder-horizon.rst
Jean-Philippe Evrard 5fceb783bb Added horizon documentation section for cinder
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
2016-04-18 12:08:18 +00:00

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.

  1. If multiple availability zones are used and cinder_default_availability_zone is not defined, the default destination availability zone is nova. Volume creation with Horizon might fail if there is no availability zone named nova. Set cinder_default_availability_zone to an appropriate availability zone name so that Any availability zone works in Horizon.
  2. 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_type so that a volume creation request without an explicit volume type succeeds.