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 September 27, 2023 at 04:02:38 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3006.3.
© 2023 VMware, Inc. | Privacy Policy