← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1522433] [NEW] API Version info incorrect for Liberty

 

Public bug reported:

Our API allows you to query keystone for the version that is supports
(e.g. V2 and v3), as well as the minor version we support (e.g. 3.4) as
well as other status of the API.  Looks like this was not updated for
the Liberty release:

            versions['v3'] = {
                'id': 'v3.4',
                'status': 'stable',
                'updated': '2015-03-30T00:00:00Z',
                'links': [
                    {
                        'rel': 'self',
                        'href': self._get_identity_url(context, 'v3'),
                    }
                ],
                'media-types': [
                    {
                        'base': 'application/json',
                        'type': MEDIA_TYPE_JSON % 'v3'
                    }
                ]
            }

The above is from version/controller.py.

Liberty supports version 3.5 of the API, and the date needs to be
updated.

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1522433

Title:
  API Version info incorrect for Liberty

Status in OpenStack Identity (keystone):
  New

Bug description:
  Our API allows you to query keystone for the version that is supports
  (e.g. V2 and v3), as well as the minor version we support (e.g. 3.4)
  as well as other status of the API.  Looks like this was not updated
  for the Liberty release:

              versions['v3'] = {
                  'id': 'v3.4',
                  'status': 'stable',
                  'updated': '2015-03-30T00:00:00Z',
                  'links': [
                      {
                          'rel': 'self',
                          'href': self._get_identity_url(context, 'v3'),
                      }
                  ],
                  'media-types': [
                      {
                          'base': 'application/json',
                          'type': MEDIA_TYPE_JSON % 'v3'
                      }
                  ]
              }

  The above is from version/controller.py.

  Liberty supports version 3.5 of the API, and the date needs to be
  updated.

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


Follow ups