You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have faced the same problem on #599. "gateway_ip" property is not included in request json.
Subnet Builder Code:
Subnet subnet=getSubnetById(subnetId); //getting subnet from OS
SubnetBuilder builder=subnet.toBuilder(); //create builder from existed subnet
builder=builder.noGateway(); //disable subnet gateway
openStackService.client().networking().subnet().update(builder.build()); //send request to OpenStack API
As you can see "gateway_ip" property is not converted to json. I have debug code. Everything looks fine but samething went wrong when entity converting to json.
The text was updated successfully, but these errors were encountered:
I have faced the same problem on #599. "gateway_ip" property is not included in request json.
Subnet Builder Code:
Debug Logs:
As you can see "gateway_ip" property is not converted to json. I have debug code. Everything looks fine but samething went wrong when entity converting to json.
The text was updated successfully, but these errors were encountered: