diff options
author | Numan Siddique <nusiddiq@redhat.com> | 2017-02-16 10:02:57 +0530 |
---|---|---|
committer | Numan Siddique <nusiddiq@redhat.com> | 2017-04-06 13:15:30 +0530 |
commit | acc20aa525c9bda22bf8d45ee6a1b1ba44a08699 (patch) | |
tree | 600775addc09ea1fcf89163b436b7618e4ad41b5 /releasenotes | |
parent | 706d79994b62a01cfabce12c7d75f6c71855b9c7 (diff) |
ovn: Add missing configurations required
This patch adds
- setting nova config param 'force_config_meta' to True
as metadata service is not supported by OVN yet.
- Add the necessary iptables rules to allow ovsdb-server
traffic for Northbound and Southboud databases.
- Update the release notes for OVN.
Change-Id: If1a2d07d66e493781b74aab2fc9b76a6d58f3842
Closes-bug: #1670562
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/ovn-fcd4b0168e6745a8.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/ovn-fcd4b0168e6745a8.yaml b/releasenotes/notes/ovn-fcd4b0168e6745a8.yaml new file mode 100644 index 00000000..f5ccec06 --- /dev/null +++ b/releasenotes/notes/ovn-fcd4b0168e6745a8.yaml @@ -0,0 +1,6 @@ +--- +features: + - Support configuring NeutronBridgeMappings + - Set force_config_drive to true as OVN doesn't support metadata service + - Add necessary iptables rules to allow Geneve traffic and ovsdb-server + traffic for Northbound and Southbound databases. |