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
This commit is contained in:
Terry Wilson 2016-07-18 11:48:20 -05:00
parent 5e2c6c9310
commit ca57c9fe8f
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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.