Files
openstack-ansible/doc/source/install-guide/configure-cinder-az.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

1.1 KiB

Home OpenStack-Ansible Installation Guide

Availability zones

Multiple availability zones can be created to manage Block Storage storage hosts. Edit the /etc/openstack_deploy/openstack_user_config.yml and /etc/openstack_deploy/user_variables.yml files to set up availability zones.

  1. For each cinder storage host, configure the availability zone under the container_vars stanza:

    cinder_storage_availability_zone: CINDERAZ

    Replace CINDERAZ with a suitable name. For example cinderAZ_2

  2. If more than one availability zone is created, configure the default availability zone for all the hosts by creating a cinder_default_availability_zone in your /etc/openstack_deploy/user_variables.yml

    cinder_default_availability_zone: CINDERAZ_DEFAULT

    Replace CINDERAZ_DEFAULT with a suitable name. For example, cinderAZ_1. The default availability zone should be the same for all cinder hosts.