Comment 6 for bug 1302075

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

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

commit 717917c576ebcc8f62131d874f27cd4ec285959f
Author: Adam Young <email address hidden>
Date: Thu Apr 3 13:21:23 2014 -0400

    Remove legacy_endpoint_id and enabled from service catalog

    Those two fields are for internal use, and should not be in the token.

    The token size was expanding past the threshold where it could
    be passed between a wsgi process and Apache HTTPD, even for
    a basic, devstack sized catalog. This reduces the size.

    Change-Id: Ic8eb70e519a8a35fd05b497d917f9889e82b6e7f
    Closes-Bug: 1302075