salt.states.openvswitch_bridge module

Management of Open vSwitch bridges.

salt.states.openvswitch_bridge.absent(name)

Ensures that the named bridge does not exist, eventually deletes it.

Args:
name: The name of the bridge.
salt.states.openvswitch_bridge.present(name)

Ensures that the named bridge exists, eventually creates it.

Args:
name: The name of the bridge.

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2016.3.2

Previous topic

salt.states.openstack_config

Next topic

salt.states.openvswitch_port module