From b3e5f8e821fe988c938cf1a0215a4accf9d10207 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 15 Dec 2016 10:23:12 -0500 Subject: Add ZaqarApiNetwork to the service net map Without this Zaqar API will fail to run due to a missing bind IP address in the config file. Change-Id: Icd0a6e85b7455e89f37f05399146d5e743359da8 Closes-bug: #1650307 --- network/service_net_map.j2.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'network') diff --git a/network/service_net_map.j2.yaml b/network/service_net_map.j2.yaml index 0cb6571f..5991b3bc 100644 --- a/network/service_net_map.j2.yaml +++ b/network/service_net_map.j2.yaml @@ -59,6 +59,7 @@ parameters: PublicNetwork: external OpendaylightApiNetwork: internal_api MistralApiNetwork: internal_api + ZaqarApiNetwork: internal_api # We special-case the default ResolveNetwork for the CephStorage role # for backwards compatibility, all other roles default to internal_api CephStorageHostnameResolveNetwork: storage -- cgit 1.2.3-korg