New in version 2018.3.0.
shade
see salt.modules.neutronng for setup instructions
Example States
create network:
neutron_network.present:
- name: network1
delete network:
neutron_network.absent:
- name: network1
create network with optional params:
neutron_network.present:
- name: network1
- vlan: 200
- shared: False
- external: False
- project: project1 Ensure a network does not exists
Name of the network
Ensure a network exists and is up-to-date
Name of the network
A dict of network provider options.
Set the network as shared.
Whether this network is externally accessible.
Set the network administrative state to up.
Vlan ID. Alias for provider
physical_network: provider
network_type: vlan
segmentation_id: (vlan id)
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.neutron_network.html