Dolph: do not approve the milestone-proposed backport until the main
patch hits master, it introduces a potential failure case.

** Changed in: keystone
       Status: In Progress => 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/1160504

Title:
  Grizzly v2 catalog has slight formatting changes compared to Folsom

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  Although the contents are semantically the same, there are some slight
  changes between getting a catalog with Folsom and via the v2 api on
  Grizzly.  I know of one deployment that broke becuase of this.  Not
  sure if we need to fix this or not, but thought I should at least log
  this issue.

  Here are two examples of tokens containing cat logs (changes indicated
  by   [>>>>>This is New]):

  Grizzly returns:

  <token issued_at="2013-03-19T22:27:19.296303" expires="2013-03-20T22:27:19Z" 
id="92a18c06e0714d42b2d83a3fef919b3e">
      <tenant id="64794b84abf04f668efc603799d25224" enabled="true" name="admin">
        <description>Service Tenant</description>
      </tenant>
    </token>

      <service type="compute" name="nova">
        <endpoints_links/>   [>>>>>This is New]
        <endpoints>   [>>>>>This is New]
         <endpoint 
adminURL="http://9.115.77.242:9973/9447b4ab34a94e70b3cf906bc1a65394/public/v2/64794b84abf04f668efc603799d25224";
 region="RegionOne" 
publicURL="http://9.115.77.242:9973/9447b4ab34a94e70b3cf906bc1a65394/public/v2/64794b84abf04f668efc603799d25224";
 
internalURL="http://9.115.77.242:9973/9447b4ab34a94e70b3cf906bc1a65394/public/v2/64794b84abf04f668efc603799d25224";
 id="99ca3561c6c04c24be1687d5d4a5a3d8"/>
        </endpoints>   [>>>>>This is New]
      </service>

  Folsom returns:

  <token expires="2013-03-20T22:34:02Z" id="36dd9573473640b8a611dbe5c75c7020">
      <tenant id="62967bab43804831add7bb10db7eed54" enabled="true" name="admin">
        <description>Servce Tenant</description>
      </tenant>
    </token>

      <service type="compute" name="nova">
       <endpoint 
adminURL="http://9.115.77.38:9973/7e0b7ca8500f48f1a0c226490844a329/public/v2/62967bab43804831add7bb10db7eed54";
 region="RegionOne" 
publicURL="http://9.115.77.38:9973/7e0b7ca8500f48f1a0c226490844a329/public/v2/62967bab43804831add7bb10db7eed54";
 
internalURL="http://9.115.77.38:9973/7e0b7ca8500f48f1a0c226490844a329/public/v2/62967bab43804831add7bb10db7eed54";
 id="7e0b7ca8500f48f1a0c226490844a329"/>
      </service>

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to