From ca57c9fe8f029edb4d20976319fcc6a0aa6b0831 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Mon, 18 Jul 2016 11:48:20 -0500 Subject: [PATCH] Update ovsdb release notes re: new OVS ports Defaulting ovsdb/of_interface to native causes services to listen on new ports. On systems using selinux, it is important to make sure that permission is given to listen on these ports. Change-Id: Ia6d906f1ecc1f64cb1d937a4dcfc9f63eda36f2e --- .../of_interface-native-by-default-0c07bdbd7365230a.yaml | 5 +++++ .../notes/ovsdb-native-by-default-38835d6963592396.yaml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/releasenotes/notes/of_interface-native-by-default-0c07bdbd7365230a.yaml b/releasenotes/notes/of_interface-native-by-default-0c07bdbd7365230a.yaml index a6c4090f55c..698245ff785 100644 --- a/releasenotes/notes/of_interface-native-by-default-0c07bdbd7365230a.yaml +++ b/releasenotes/notes/of_interface-native-by-default-0c07bdbd7365230a.yaml @@ -8,3 +8,8 @@ upgrade: - To retain the old default for neutron-openvswitch-agent, use 'of_interface = ovs-ofctl' in the '[ovs]' section of your openvswitch agent configuration file. + - By default, the native interface will have the Ryu controller + listen on 127.0.0.1:6633. The listen address can be configured + with of_listen_address and of_listen_port options. Ensure that + the controller has permission to listen at the configured + address. diff --git a/releasenotes/notes/ovsdb-native-by-default-38835d6963592396.yaml b/releasenotes/notes/ovsdb-native-by-default-38835d6963592396.yaml index 9fc8e670235..d4db5eb7d74 100644 --- a/releasenotes/notes/ovsdb-native-by-default-38835d6963592396.yaml +++ b/releasenotes/notes/ovsdb-native-by-default-38835d6963592396.yaml @@ -13,3 +13,7 @@ upgrade: if there is a separate openvswitch agent configuration file; otherwise apply changes mentioned above to ml2_conf.ini (common path '/etc/neutron/plugins/ml2/ml2_conf.ini'). + - The native interface configures ovsdb-server to listen for + connections on 127.0.0.1:6640 by default. The address can be + configured with the ovsdb_connection config option. Ensure that + ovsdb-server has permissions to listen on the configured address.