should validate portgroup mode
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
In Progress
|
Low
|
Madhuri Kumari |
Bug Description
Currently, portgroup mode accepts invalid value,
$ ironic portgroup-update a74705ad-
+------
| Property | Value |
+------
| address | 00:16:3e:79:6a:0a |
| created_at | 2017-06-
| extra | {} |
| internal_info | {} |
| mode | unknownmode |
| name | None |
| node_uuid | bbe927a2-
| properties | {} |
| standalone_
| updated_at | 2017-06-
| uuid | a74705ad-
+------
In fact, ironic code should validate portgroup mode just like Linux bond driver does.
Changed in ironic: | |
status: | New → Triaged |
Changed in ironic: | |
importance: | Undecided → Low |
tags: | added: api |
Hi,
Can I take this bug?