Merge "Force a restart of all the apache nodes during upgrade"
This commit is contained in:
commit
e43e15960e
@ -13,12 +13,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
- name: Restart service
|
||||
service:
|
||||
name: "{{ keystone_system_service_name }}"
|
||||
state: restarted
|
||||
pattern: "{{ keystone_system_service_name }}"
|
||||
|
||||
- name: Wait for keystone admin to come up
|
||||
wait_for:
|
||||
host: "{{ ansible_ssh_host }}"
|
||||
|
@ -87,6 +87,9 @@
|
||||
- keystone-install
|
||||
- keystone-config
|
||||
|
||||
- name: Flush handlers
|
||||
meta: flush_handlers
|
||||
|
||||
- include: keystone_service_setup.yml
|
||||
tags:
|
||||
- keystone-install
|
||||
|
Loading…
x
Reference in New Issue
Block a user