New in version 2018.3.0.
| depends: | shade |
|---|---|
| configuration: | 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
Ensure a network exists and is up-to-date
Vlan ID. Alias for provider
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.neutron_network.html