summaryrefslogtreecommitdiffstats
path: root/ansible/roles/restart_nova_scheduler/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/restart_nova_scheduler/tasks/main.yaml')
-rw-r--r--ansible/roles/restart_nova_scheduler/tasks/main.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible/roles/restart_nova_scheduler/tasks/main.yaml b/ansible/roles/restart_nova_scheduler/tasks/main.yaml
new file mode 100644
index 000000000..543e946c3
--- /dev/null
+++ b/ansible/roles/restart_nova_scheduler/tasks/main.yaml
@@ -0,0 +1,14 @@
+---
+##############################################################################
+# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+- name: restart nova scheduler service
+ service:
+ name: nova-scheduler
+ state: restarted