NVP net-gateway extension fail when invalid parameter supplied
Bug #1171926 reported by
Salvatore Orlando
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Salvatore Orlando |
Bug Description
quantum net-gateway-create --device id=4a8f2a88-
Request Failed: internal server error while processing your request.
There's no attribute named 'invalid_param' in the device list.
This escapes the dict validator which lets extra attributes go in anyway. In the case of this particular extension the unknown parameter is supplied to the model class thus causing the crash.
Changed in quantum: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-1 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/27391
Review: https:/