diff options
author | Dan Prince <dprince@redhat.com> | 2016-12-15 10:23:12 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2016-12-15 10:23:12 -0500 |
commit | b3e5f8e821fe988c938cf1a0215a4accf9d10207 (patch) | |
tree | 4207ac19f92fe8a8a527a0b25366d7d202f7729a /network | |
parent | 713a0326e4d0ffbd4531263b7bd638809c2a639c (diff) |
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
Diffstat (limited to 'network')
-rw-r--r-- | network/service_net_map.j2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |