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:
parent
5e2c6c9310
commit
ca57c9fe8f
@ -8,3 +8,8 @@ upgrade:
|
|||||||
- To retain the old default for neutron-openvswitch-agent, use
|
- To retain the old default for neutron-openvswitch-agent, use
|
||||||
'of_interface = ovs-ofctl' in the '[ovs]' section of your
|
'of_interface = ovs-ofctl' in the '[ovs]' section of your
|
||||||
openvswitch agent configuration file.
|
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.
|
||||||
|
@ -13,3 +13,7 @@ upgrade:
|
|||||||
if there is a separate openvswitch agent configuration file;
|
if there is a separate openvswitch agent configuration file;
|
||||||
otherwise apply changes mentioned above to ml2_conf.ini
|
otherwise apply changes mentioned above to ml2_conf.ini
|
||||||
(common path '/etc/neutron/plugins/ml2/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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user