From 182cea7820e00047c535c517f7a6b3f97cf8044b Mon Sep 17 00:00:00 2001
From: Paul Bourke <paul.bourke@oracle.com>
Date: Mon, 28 Aug 2017 14:44:59 +0100
Subject: [PATCH] Update Nova to use Cinder v3

v3 is marked at the "CURRENT" api for Cinder and should be default for
Nova
(https://docs.openstack.org/ocata/config-reference/compute/config-options.html)

Change-Id: I3280d28bbb11bfe5a957a1ccac63d3dee630748d
---
 ansible/roles/nova/templates/nova.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/nova/templates/nova.conf.j2 b/ansible/roles/nova/templates/nova.conf.j2
index a257b2728f..89592610be 100644
--- a/ansible/roles/nova/templates/nova.conf.j2
+++ b/ansible/roles/nova/templates/nova.conf.j2
@@ -129,7 +129,7 @@ num_retries = {{ groups['glance-api'] | length }}
 
 {% if enable_cinder | bool %}
 [cinder]
-catalog_info = volumev2:cinderv2:internalURL
+catalog_info = volumev3:cinderv3:internalURL
 os_region_name = {{ openstack_region_name }}
 {% endif %}