From 38912d880653366dbb34ad8aa25e86f43590b59f Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Sat, 15 Oct 2016 09:27:25 -0700 Subject: [PATCH] Cinder endpoint wrong fix kolla genconfig is pointing at cinder v1, not v2. nova pointing at v1 is now broken. At least when cinder is backed by ceph and the release is >= mitaka. Closes-Bug: #1633758 Change-Id: Idf4a26b37587f1dabe2de0c1ffbddb8c08ee3bdb --- 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 c1e8cd3a0a..0378c60b64 100644 --- a/ansible/roles/nova/templates/nova.conf.j2 +++ b/ansible/roles/nova/templates/nova.conf.j2 @@ -112,7 +112,7 @@ api_servers = {% for host in groups['glance-api'] %}{{ internal_protocol }}://{% num_retries = {{ groups['glance-api'] | length }} [cinder] -catalog_info = volume:cinder:internalURL +catalog_info = volumev2:cinderv2:internalURL [neutron] {% if orchestration_engine == 'KUBERNETES' %}