salt.states.openstack_config
Manage OpenStack configuration file settings.
- maintainer
-
Jeffrey C. Ollie <jeff@ocjtech.us>
- maturity
-
new
- depends
- platform
-
linux
-
Ensure a value is not set in an OpenStack configuration file.
- filename
-
The full path to the configuration file
- section
-
The section in which the parameter will be set
- parameter (optional)
-
The parameter to change. If the parameter is not supplied, the name will be used as the parameter.
salt.states.openstack_config.absent(name, filename, section, parameter=None)
-
Ensure a value is set in an OpenStack configuration file.
- filename
-
The full path to the configuration file
- section
-
The section in which the parameter will be set
- parameter (optional)
-
The parameter to change. If the parameter is not supplied, the name will be used as the parameter.
- value
-
The value to set
salt.states.openstack_config.present(name, filename, section, value, parameter=None)
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.openstack_config.html