region creation API should not allow empty id
Bug #1322639 reported by
Kévin Bernard-Allies
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Kévin Bernard-Allies |
Bug Description
Actually, Keystone accepts to create a region with an empty ID in the request body, and creates a unreachable region, with no possibility to use, modify or delete them.
> curl -X POST -H "X-Auth-Token: *TOKEN*" -H 'Content-type: application/json' http://
{"region": {"parent_
Instead, It should return a 400 Bad Request error.
Changed in keystone: | |
assignee: | nobody → Kévin Bernard-Allies (kbernard-allies) |
Changed in keystone: | |
importance: | Undecided → Medium |
tags: | added: icehouse-backport-potential |
Changed in keystone: | |
status: | New → Triaged |
Changed in keystone: | |
milestone: | none → juno-3 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | juno-3 → 2014.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/95212
Review: https:/