Module for OpenStack Management
codeauthor: | Konrad Mosoń <mosonkonrad@gmail.com> |
---|---|
maturity: | new |
depends: | openstack-utils |
platform: | linux |
Restart OpenStack service immediately, or only if it's running longer than specified value
CLI Example:
salt '*' openstack_mng.restart_service neutron salt '*' openstack_mng.restart_service neutron minimum_running_time=600
Start OpenStack service immediately
CLI Example:
salt '*' openstack_mng.start_service neutron
Stop OpenStack service immediately
CLI Example:
salt '*' openstack_mng.stop_service neutron
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.openstack_mng.html