New in version 2018.3.0.
shade
see salt.modules.keystoneng
for setup instructions
Example States
create domain:
keystone_domain.present:
- name: domain1
create domain with optional params:
keystone_domain.present:
- name: domain1
- enabled: False
- description: 'my domain'
delete domain:
keystone_domain.absent:
- name: domain1
salt.states.keystone_domain.
absent
(name, auth=None)¶Ensure domain does not exist
Name of the domain
salt.states.keystone_domain.
present
(name, auth=None, **kwargs)¶Ensure domain exists and is up-to-date
Name of the domain
Boolean to control if domain is enabled
An arbitrary description of the domain
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