I create a router without an external gateway
. Then, I send the below input to this API to add an external gateway
to the route
. I get InternalServerError
. All uuids exist in the openstack
.
Input:
{"external_gateways":[{"enable_snat":true,"external_fixed_ips":[{"ip_address":"37.130.206.150","subnet_id":"b8d2ac22-..."}],"network_id":"419e8adc-2..."}]}
Url:
:9696/v2.0/routers/f143df49.../add_external_gateways
method_type: PUT
Output:
{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}