Fix to ignore some of the pacemaker errors
Change-Id: I8ba68a858258df4c30a9fa87a9e3431088144896
This commit is contained in:
parent
496edbeeaf
commit
6574848f42
@ -58,6 +58,7 @@
|
|||||||
- name: Unmanage keystone service from pacemaker
|
- name: Unmanage keystone service from pacemaker
|
||||||
command: pcs resource unmanage openstack-keystone
|
command: pcs resource unmanage openstack-keystone
|
||||||
when: connmon and "'eventlet' in '{{ keystone_deployment }}'"
|
when: connmon and "'eventlet' in '{{ keystone_deployment }}'"
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Restart keystone service
|
- name: Restart keystone service
|
||||||
service: name=openstack-keystone state=restarted
|
service: name=openstack-keystone state=restarted
|
||||||
@ -66,7 +67,9 @@
|
|||||||
- name: Manage keystone service from pacemaker
|
- name: Manage keystone service from pacemaker
|
||||||
command: pcs resource manage openstack-keystone
|
command: pcs resource manage openstack-keystone
|
||||||
when: connmon and "'eventlet' in '{{ keystone_deployment }}'"
|
when: connmon and "'eventlet' in '{{ keystone_deployment }}'"
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Cleanup keystone service in pacemaker
|
- name: Cleanup keystone service in pacemaker
|
||||||
command: pcs resource cleanup openstack-keystone
|
command: pcs resource cleanup openstack-keystone
|
||||||
when: connmon and "'eventlet' in '{{ keystone_deployment }}'"
|
when: connmon and "'eventlet' in '{{ keystone_deployment }}'"
|
||||||
|
ignore_errors: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user