It's no longer necessary to restart ovn-controller when the chassis name or integration bridge changes.
Signed-off-by: Justin Pettit <[email protected]> --- ovn/controller/ovn-controller.8.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ovn/controller/ovn-controller.8.xml b/ovn/controller/ovn-controller.8.xml index 19bb5b7..2d657fb 100644 --- a/ovn/controller/ovn-controller.8.xml +++ b/ovn/controller/ovn-controller.8.xml @@ -115,9 +115,8 @@ </ul> <p> Currently, <code>ovn-controller</code> does not support changing - the chassis name, integration bridge, or OVN database mid-run. - If these values need to change, the daemon must be restarted. - This behavior should be changed. + OVN database mid-run. If the value needs to change, the daemon + must be restarted. This behavior should be improved. </p> </p> </manpage> -- 1.7.5.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
