Modify, retrieve, or delete values from OpenStack configuration files.
Jeffrey C. Ollie <jeff@ocjtech.us>
new
linux
Delete a value from an OpenStack configuration file.
The full path to the configuration file
The section from which to delete the parameter
The parameter to delete
CLI Example:
salt-call openstack_config.delete /etc/keystone/keystone.conf sql connection
Get a value from an OpenStack configuration file.
The full path to the configuration file
The section from which to search for the parameter
The parameter to return
CLI Example:
salt-call openstack_config.get /etc/keystone/keystone.conf sql connection
Set a value 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
The value to set
CLI Example:
salt-call openstack_config.set /etc/keystone/keystone.conf sql connection foo
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy