Comment 4 for bug 1700847

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/487202
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e5666f92d5dbff86fc3267b950ddc6812439a3f3
Submitter: Jenkins
Branch: master

commit e5666f92d5dbff86fc3267b950ddc6812439a3f3
Author: Kristi Nikolla <email address hidden>
Date: Tue Jul 25 16:31:10 2017 -0400

    In the devstack plugin, restart keystone after modifying conf

    Keystone was complaining about not being able to load the
    remote_id_attribute in the mapped group [0]. Since moving
    to uwsgi, restarting keystone is done separately from apache,
    so the configuration file wasn't being reloaded. Added a line
    to restart the keystone service.

    Also added a line to restart apache after configuration.

    [0] http://paste.openstack.org/show/616498/

    Change-Id: I4e7c04241c5058152529f8c95963be6f05f51a51
    Closes-Bug: 1700847