Merge "Fix openstack-nova-consoleauth service upgrade check" into stable/queens

This commit is contained in:
Zuul 2018-04-24 17:50:55 +00:00 committed by Gerrit Code Review
commit 29a0d7d426
1 changed files with 1 additions and 1 deletions

View File

@ -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