aggregate_update is broken after conversion to optional args
Bug #1673789 reported by
Dan Smith
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Medium
|
Dan Smith | ||
Newton |
Fix Committed
|
Medium
|
Matt Riedemann | ||
Ocata |
Fix Committed
|
Medium
|
Matt Riedemann |
Bug Description
In change I778ab7ec54a376
# nova aggregate-update --name newagg testagg
.....
ERROR (BadRequest): Invalid input for field/attribute aggregate.
Value: {}. {} is not valid under any of the given schemas (HTTP 400) (Request-ID: req-36e35205-
This is due to the name clash between --name and name in the args object.
Changed in python-novaclient: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/447009
Review: https:/