Jean-Philippe Evrard b9e799bb50 Force a restart of all the apache nodes during upgrade
During the upgrades, the venv path will change and therefore the
apache configuration file will change too.

However we apply the restart of apache after the keystone_service_setup
for nodes [1:] (the first node gets restarted as first task of the
keystone_service_setup).

So during an upgrade, because apache is up, the configuration file has
changed but apache still serves the old code (because not restarted yet
on the nodes 1 and above) when the keystone_service_setup is applied.

The keystone module can then hit any node in the load balancer, which
could be a different version.

This commit fixes the issue by ensuring apache is restarted and
therefore runs the latest code.

Change-Id: Iac94a8fc337c2139d1876b9753e46815910a0ba0
Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk>
(cherry picked from commit 4f30d3a33c18620da30ef29c29a6fe9fe4833543)
2016-08-18 18:28:33 +00:00
2016-08-04 05:16:03 +01:00
2015-10-14 13:59:47 -05:00
2016-06-02 17:13:39 -07:00
2016-08-04 17:44:18 +00:00
2016-05-23 23:52:49 -05:00
2016-07-15 12:00:39 +10:00
2016-02-26 14:13:43 -06:00
2016-05-03 08:56:18 +01:00
2016-07-15 03:57:57 +00:00

OpenStack-Ansible keystone

Ansible role that installs and configures OpenStack Keystone. Keystone is installed behind the Apache webserver listening on port 5000 and port 35357 by default.

Documentation for the project can be found at: http://docs.openstack.org/developer/openstack-ansible-os_keystone/ The project home is at: http://launchpad.net/openstack-ansible

Description
Role os_keystone for OpenStack-Ansible
Readme 11 MiB
Languages
Jinja 69.4%
Python 22%
Shell 8.6%