← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1302075] Re: service catalog in token contains legacy_endpoint_id and enabled fields

 

Reviewed:  https://review.openstack.org/85433
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=4f0b42ea827f811b961b63042b6ee912d1afbcc0
Submitter: Jenkins
Branch:    milestone-proposed

commit 4f0b42ea827f811b961b63042b6ee912d1afbcc0
Author: Adam Young <ayoung@xxxxxxxxxx>
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


** Changed in: keystone
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1302075

Title:
  service catalog in token contains legacy_endpoint_id and enabled
  fields

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  regression of bug 1152635

  
  Endpoints in the token look like this:

  v3 [{"url":
  "http://192.168.187.14:8774/v2/5d15013cbebd4b1e95ad3b5785c866f7";,
  "region": "RegionOne", "interface": "admin", "id":
  "486ce25c849b471a806d55304cd18191"}, {"url":
  "http://192.168.187.14:8774/v2/5d15013cbebd4b1e95ad3b5785c866f7";,
  "region": "RegionOne", "interface": "internal", "id":
  "63076e278a9e4560a08ce962e49c3618"}, {"url":
  "http://192.168.187.14:8774/v2/5d15013cbebd4b1e95ad3b5785c866f7";,
  "region": "RegionOne", "interface": "public", "id":
  "9b6e089b91734c508bbe117ea0865c76"}]

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1302075/+subscriptions


References