diff --git a/docker/services/nova-consoleauth.yaml b/docker/services/nova-consoleauth.yaml index ece069b06e..1440b2996b 100644 --- a/docker/services/nova-consoleauth.yaml +++ b/docker/services/nova-consoleauth.yaml @@ -124,7 +124,7 @@ outputs: host_prep_tasks: {get_attr: [NovaLogging, host_prep_tasks]} upgrade_tasks: - name: Check if nova_consoleauth is deployed - command: systemctl is-active --quiet openstack-nova-consoleauth + command: systemctl is-enabled --quiet openstack-nova-consoleauth tags: common ignore_errors: True register: nova_consoleauth_enabled