Description of problem ======================= Given I have an OVN router and it's 'admin_state_up' attribute is 'true', When I try to update the attribute to 'false' Then the provider returns 200 [OK] and in the response the attribute value remains 'true'. Version-Release number of selected component (if applicable) ============================================================ ovirt-provider-ovn-1.2.22-1.el7ev.noarch How reproducible ================ 100% Steps to Reproduce: 1. Create a router with the following body: { "router": { "name": "router_1", "admin_state_up": true } } 2. Update the 'admin_state_up' to be 'off' with the following body: { "router": { "admin_state_up": false } } Actual results ============== The provider returns 200 [OK] and the router entity where the property 'admin_state_up': true Expected results ================ The provider returns 200 [OK] and the router entity where the property 'admin_state_up': false Additional info =============== If the router is created with 'admin_state_up': false it CAN be updated to be true, however once it is set to true it CANNOT be updated back to false.
Verified with ============= ovirt-engine-4.3.6-0.1.el7.noarch ovirt-provider-ovn-1.2.25-1.el7ev.noarch
Changing target milestone because bug 1744235 blocks 1.2.25 being part of ovirt-4.3.6.
This bugzilla is included in oVirt 4.3.7 release, published on November 21st 2019. Since the problem described in this bug report should be resolved in oVirt 4.3.7 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report.