← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1579604] Re: project delete returns 501 NotImplemented with templated catalog

 

Reviewed:  https://review.openstack.org/336400
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=8232f4f23c1c33a6e45073386f40e79139d9b980
Submitter: Jenkins
Branch:    master

commit 8232f4f23c1c33a6e45073386f40e79139d9b980
Author: Sam Morrison <sorrison@xxxxxxxxx>
Date:   Fri Jul 1 17:25:26 2016 +1000

    Handle catalog backends that don't support all functions.
    
    Using the templated backend for catalogs deleting a project
    will currently work but it will return an error to the user
    that is raised in the delete notification code handling.
    
    Change-Id: Ie2ecb226389a7ee74dc64b28b0e08817e6375801
    Closes-Bug: #1579604


** 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 OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1579604

Title:
  project delete returns 501 NotImplemented with templated catalog

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  Have upgraded to Mitaka and getting a 501 when deleting a project.
  This happens in both v2 and v3 api. The project actually deletes.

  Am using stable/mitaka branch and the sql backend


  
  $ keystone tenant-create --name deleteme

  +-------------+----------------------------------+
  |   Property  |              Value               |
  +-------------+----------------------------------+
  | description |                                  |
  |   enabled   |               True               |
  |      id     | 5fafe2512fb3404ead999c30a23d0107 |
  |     name    |             deleteme             |
  +-------------+----------------------------------+

  
  $ keystone tenant-delete 5fafe2512fb3404ead999c30a23d0107

  The action you have requested has not been implemented. (HTTP 501)
  (Request-ID: req-7ad5ee51-539f-4780-a39a-0f4e9ad092dc)

  
  $ keystone tenant-get 5fafe2512fb3404ead999c30a23d0107

  No tenant with a name or ID of '5fafe2512fb3404ead999c30a23d0107'
  exists.



  In logs:

  2016-05-09 12:06:40.265 16723 WARNING keystone.common.wsgi [req-7ad5ee51-539f-4780-a39a-0f4e9ad092dc c0645ff94b864d3d84c438d9855f9cea 9427903ca1544f0795ba4117d55ed9b2 - default default] The action you have requested has not been implemented.
  2016-05-09 12:06:40.269 16723 INFO eventlet.wsgi.server [req-7ad5ee51-539f-4780-a39a-0f4e9ad092dc c0645ff94b864d3d84c438d9855f9cea 9427903ca1544f0795ba4117d55ed9b2 - default default] 128.250.116.173 - - [09/May/2016 12:06:40] "DELETE /v2.0/tenants/5fafe2512fb3404ead999c30a23d0107 HTTP/1.1" 501 354 0.223312

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


References