Manage OpenStack configuration file settings.
Jeffrey C. Ollie <jeff@ocjtech.us>
new
linux
salt.states.openstack_config.
absent
(name, filename, section, parameter=None)¶Ensure a value is not set in an OpenStack configuration file.
The full path to the configuration file
The section in which the parameter will be set
The parameter to change. If the parameter is not supplied, the name will be used as the parameter.
salt.states.openstack_config.
present
(name, filename, section, value, parameter=None)¶Ensure a value is set in an OpenStack configuration file.
The full path to the configuration file
The section in which the parameter will be set
The parameter to change. If the parameter is not supplied, the name will be used as the parameter.
The value to set
Generated on June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy