New in version 2018.3.0.
shade
see salt.modules.keystoneng
for setup instructions
Example States
create group:
keystone_group.present:
- name: group1
delete group:
keystone_group.absent:
- name: group1
create group with optional params:
keystone_group.present:
- name: group1
- domain: domain1
- description: 'my group'
salt.states.keystone_role_grant.
absent
(name, auth=None, **kwargs)¶salt.states.keystone_role_grant.
present
(name, auth=None, **kwargs)¶Generated on September 28, 2023 at 04:04:53 UTC.
You are viewing docs for the previous stable release, 3005.3. Switch to docs for the latest stable release, 3006.3, or to a recent doc build from the master branch.
© 2023 VMware, Inc. | Privacy Policy