Merge "Fix openstack-nova-consoleauth service upgrade check"
This commit is contained in:
commit
6de48359b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user