Merge "fixed memcached is not restarted when config changed"

This commit is contained in:
Zuul 2018-10-29 16:13:47 +00:00 committed by Gerrit Code Review
commit f23f5ea5bb

View File

@ -4,7 +4,7 @@
service: "{{ memcached_services.memcached }}"
become: true
kolla_docker:
action: "start_container"
action: "recreate_or_restart_container"
common_options: "{{ docker_common_options }}"
image: "{{ service.image }}"
name: "{{ service.container_name }}"