v2 - on security group update, need to pass all the security group details - failing security group update in netvirt CSIT
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-odl |
New
|
High
|
Unassigned |
Bug Description
When a security-group attribute is updated, in this case the SG name, networking-odl_v1 used to pass the entire structure.
In v2, it seems the update is sent with only the new data, without any uuid etc. - this causes a neutron northbound failure and this test case in netvirt CSIT fails [1], when trying to verify the update in MDSAL.
The previous behavior in v1 can be viewed here [2], original q-svc log [3].
In v2, the following data is sent [4], original q-svc [5], and karaf log [6] outputs these errors:
2016-12-27 02:48:34,031 | WARN | qtp863596267-903 | NeutronSecurity
2016-12-27 02:48:34,032 | ERROR | qtp863596267-903 | ContainerResponse | 70 - com.sun.
java.lang.
at com.google.
at org.opendayligh
at org.opendayligh
[1] https:/
[2] http://
[3] https:/
[4] http://
[5] https:/
[6] https:/
Changed in networking-odl: | |
importance: | Undecided → High |
Changed in networking-odl: | |
status: | New → Fix Committed |
status: | Fix Committed → New |