New in version 2018.3.0.
shade
see salt.modules.keystoneng for setup instructions
Example States
create service:
keystone_service.present:
- name: glance
- type: image
delete service:
keystone_service.absent:
- name: glance
create service with optional params:
keystone_service.present:
- name: glance
- type: image
- enabled: False
- description: 'OpenStack Image' Ensure service does not exist
Name of the service
Ensure an service exists and is up-to-date
Name of the group
Service type
Boolean to control if service is enabled
An arbitrary description of the service
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.keystone_service.html