From 6a4ef22a0c96c903f5583a15f27071a0e8839e32 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 6 Oct 2015 07:55:32 +0100 Subject: [PATCH] Set cinder_service_region to service_region by default This patch ensures that cinder_service_region is set to the value of service_region in the same way as is done for the other services. Change-Id: Id211c49a3cbb7a09aea667b310cc2ccb9a9f46e7 Closes-Bug: #1503151 --- playbooks/inventory/group_vars/hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/inventory/group_vars/hosts.yml b/playbooks/inventory/group_vars/hosts.yml index 382349f1e7..c664a917e2 100644 --- a/playbooks/inventory/group_vars/hosts.yml +++ b/playbooks/inventory/group_vars/hosts.yml @@ -204,6 +204,7 @@ cinder_backends_rbd_inuse: > cinder_ceph_client: cinder # cinder_backend_lvm_inuse: True if current host has an lvm backend cinder_backend_lvm_inuse: '{{ (cinder_backends|default("")|to_json).find("cinder.volume.drivers.lvm.LVMVolumeDriver") != -1 }}' +cinder_service_region: "{{ service_region }}" ## OpenStack Openrc