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 Ensure domain does not exist
Name of the domain
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
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.keystone_domain.html