Merge "Force a restart of all the apache nodes during upgrade"

This commit is contained in:
Jenkins 2016-08-22 10:37:44 +00:00 committed by Gerrit Code Review
commit e43e15960e
2 changed files with 3 additions and 6 deletions

View File

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

View File

@ -87,6 +87,9 @@
- keystone-install
- keystone-config
- name: Flush handlers
meta: flush_handlers
- include: keystone_service_setup.yml
tags:
- keystone-install