diff options
author | Steven Hardy <shardy@redhat.com> | 2016-10-18 12:15:56 +0100 |
---|---|---|
committer | Numan Siddique <nusiddiq@redhat.com> | 2016-12-19 12:30:21 +0530 |
commit | d169989598bd0db13b5944821d7ee3599267211d (patch) | |
tree | bbf7f5f0d38dbba0f291cc7892ba6de737967509 /network | |
parent | d78e6c28221b1940ce21532860d8d67833aa5502 (diff) |
Split OVN northd and ml2 plugin
This allows us to take advantage of the composable roles hiera
settings to connect the plugin to the northd/ovndb API without
needing to hard-code the IP of the node running the service.
Change-Id: I2508d48f81c1819ae3521fff271c0bdc50724604
Depends-On: I9af7bd837c340c3df016fc7ad4238b2941ba7a95
Closes-Bug: #1634171
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 5991b3bc..ee35f94f 100644 --- a/network/service_net_map.j2.yaml +++ b/network/service_net_map.j2.yaml @@ -58,6 +58,7 @@ parameters: CephRgwNetwork: storage PublicNetwork: external OpendaylightApiNetwork: internal_api + OvnDbsNetwork: internal_api MistralApiNetwork: internal_api ZaqarApiNetwork: internal_api # We special-case the default ResolveNetwork for the CephStorage role |