get default quota with non-existent tenant didn't return 404 Error

Bug #901802 reported by Nachi Ueno
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
New
Undecided
Unassigned
OpenStack Quality Assurance
New
Undecided
Unassigned

Bug Description

Request(GET):
URL: /v1.1/unknown/os-quota-sets/defaults

Response(200 OK):
{u'quota_set': {u'cores': 20,
  u'floating_ips': 10,
  u'gigabytes': 1000,
  u'id': u'defaults',
  u'injected_file_content_bytes': 10240,
  u'injected_files': 5,
  u'instances': 10,
  u'metadata_items': 128,
  u'ram': 51200,
  u'volumes': 10}}

This must be 404 Not Found.

summary: - get quota with non-existent didn't return 404 Error
+ get quota with non-existent tenant didn't return 404 Error
summary: - get quota with non-existent tenant didn't return 404 Error
+ get default quota with non-existent tenant didn't return 404 Error
tags: added: low-hanging-fruit
Zhongyue Luo (zyluo)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.