4a41404e28
This patch is implementing detection of certain conditions and moving the action to SKIPPED status so that, execution is not started. We will check that: - The specified nova-compute service exist - The spedified nova-compute service is in the desired state Implements: blueprint skip-actions-in-pre-condition Change-Id: I0fa0869468b2f4478b592a59bc301abb7618ec74 Signed-off-by: Alfredo Moralejo <amoralej@redhat.com>
10 lines
351 B
YAML
10 lines
351 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a pre-condition check to the change_nova_service_state action
|
|
to prevent executing it when required criteria are not met. In the
|
|
following conditions, the action status will be set to SKIPPED:
|
|
|
|
- The specified nova-compute service is not found
|
|
- The specified nova-compute service is in the desired state
|