From 9630e2c4e2892b1a3505662fb65411437abed552 Mon Sep 17 00:00:00 2001 From: licanwei Date: Mon, 23 Jul 2018 01:43:46 -0700 Subject: [PATCH] Update host_maintenance doc add change_nova_service_state action help Change-Id: I68c41a4342fc1a215d697ef4bb0d333794e6a077 --- doc/source/strategies/host_maintenance.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/strategies/host_maintenance.rst b/doc/source/strategies/host_maintenance.rst index 0f5a6503d..f24906c89 100644 --- a/doc/source/strategies/host_maintenance.rst +++ b/doc/source/strategies/host_maintenance.rst @@ -41,6 +41,8 @@ Default Watcher's actions: - description * - ``migration`` - .. watcher-term:: watcher.applier.actions.migration.Migrate + * - ``change_nova_service_state`` + - .. watcher-term:: watcher.applier.actions.change_nova_service_state.ChangeNovaServiceState Planner *******