Comment 1 for bug 1636834

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

Reviewed: https://review.openstack.org/381172
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=ab73b5726e6692f67e578252bf2678a6b9b537e0
Submitter: Jenkins
Branch: master

commit ab73b5726e6692f67e578252bf2678a6b9b537e0
Author: Pavel Glushchak <email address hidden>
Date: Mon Oct 3 17:46:39 2016 +0300

    use separate wsgi scripts for admin and public keystone endpoints

    keystone.wsgi is deprecated in Mitaka. Separate generated scripts
    for public and admin endpoints should be used instead as per [1].
    Both scripts are bundled in MOS and RDO keystone package and default
    location is used: /usr/bin/keystone-wsgi-admin|public.

    [1] https://bugs.launchpad.net/puppet-keystone/+bug/1558290

    Closes-Bug: #1636834
    Change-Id: I262a18a539ab8f05d18f6ecd412bf0eb5b7de6b7
    Signed-off-by: Pavel Glushchak <email address hidden>