Module for OpenStack Management
Konrad Mosoń <mosonkonrad@gmail.com>
new
openstack-utils
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
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.openstack_mng.html