@ -242,7 +242,7 @@ outputs:
- aodh_httpd_enabled|bool
- httpd_running|bool
- name: Aodh package update
yum: name=openstack-aodh* state=latest
shell: yum -y update openstack-aodh*
when:
- step|int == 6
- is_bootstrap_node|bool
@ -290,7 +290,7 @@ outputs:
- release == 'pike'
- name: Cinder package update
yum: name=openstack-cinder* state=latest
shell: yum -y update openstack-cinder*
@ -248,7 +248,7 @@ outputs:
- release == 'ocata'
- heat_api_enabled|bool
- name: FFU Heat package update
yum: name=openstack-heat* state=latest
shell: yum -y update openstack-heat*
@ -294,7 +294,7 @@ outputs:
- keystone_httpd_enabled|bool
- name: Keystone package update
yum: name=openstack-keystone* state=latest
shell: yum -y update openstack-keystone*
@ -250,7 +250,7 @@ outputs:
- neutron_server_enabled|bool
- name: Neutron package update
yum: name=openstack-neutron* state=latest
shell: yum -y update openstack-neutron*