From 9fbd4fe793f3283f5b946c93f75da3d63d167009 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Mon, 25 Jun 2018 00:35:54 -0500 Subject: [PATCH] Neutron: Use internal endpoint for nova communication This PS moves to use the internal endpoint for nova interaction. Change-Id: Ifb796fb80314c97bc117d82a93a9cd0cfa95591e Signed-off-by: Pete Birley --- neutron/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/neutron/values.yaml b/neutron/values.yaml index 345acac25a..d3fb64d719 100644 --- a/neutron/values.yaml +++ b/neutron/values.yaml @@ -1467,6 +1467,7 @@ conf: nova: auth_type: password auth_version: v3 + endpoint_type: internal keystone_authtoken: memcache_security_strategy: ENCRYPT auth_type: password