Modify, retrieve, or delete values from OpenStack configuration files.
maintainer: | Jeffrey C. Ollie <jeff@ocjtech.us> |
---|---|
maturity: | new |
depends: | |
platform: | linux |
Delete a value from an OpenStack configuration file.
CLI Example:
salt-call openstack_config.delete /etc/keystone/keystone.conf sql connection
Get a value from an OpenStack configuration file.
CLI Example:
salt-call openstack_config.get /etc/keystone/keystone.conf sql connection
Set a value in an OpenStack configuration file.
CLI Example:
salt-call openstack_config.set /etc/keystone/keystone.conf sql connection foo
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.openstack_config.html