On Mon, May 01, 2017 at 10:13:32AM -0400, Lance Richardson wrote: > Add support for specifying rbac "role" when setting remote > connection configuration in the southbound database. > > Prior to this change, usage examples included: > > ovn-sbctl set-connection ptcp:6642 > ovn-sbctl set-connection pssl:6642 \ > read-only ptcp:7777 \ > read-write punix:/tmp.foo > > With this change, in addition to the above: > > ovn-sbctl set-connection role=ovn-controller pssl:6642 \ > read-only role= ptcp:7777 \ > read-write punix:/tmp/foo > > As with the "read-only"/"read-write" attributes, the specified > role is applied to all subsequent connections until changed. > > Signed-off-by: Lance Richardson <[email protected]>
Looks good, thanks. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
