New in version 2018.3.0.
shade
see salt.modules.keystoneng for setup instructions
Example States
create project:
keystone_project.present:
- name: project1
delete project:
keystone_project.absent:
- name: project1
create project with optional params:
keystone_project.present:
- name: project1
- domain: domain1
- enabled: False
- description: 'my project' Ensure a project does not exists
Name of the project
The name or id of the domain
Ensure a project exists and is up-to-date
Name of the project
The name or id of the domain
An arbitrary description of the project
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.keystone_project.html