Comment by micheal-jordan for I found the answer. Thank You @Ranjit curl -i...
i m creating a router with external ntwrk as a response i dont get any port information from response .But if i see new port get's added dynamically for that network with "router_external_gateway" . Is...
View ArticleAnswer by frz59 for Hi there, I want to update my router and add an external...
I found the answer. Thank You @Ranjit curl -i -X PUT http://:9696/v2.0/routers/ -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token:...
View ArticleComment by omar-munoz for Hi there, I want to update my router and add an...
^ I agree that's your best bet just reading the debug output and pulling the required curl commands.
View ArticleComment by Ranjit for Hi there, I want to update my router and add an...
or if you want to create http request ,then first debug the output of command neutron --debug router-gateway-set router-id network-id . you will get to know the actual restful api and required paramters
View ArticleComment by Ranjit for Hi there, I want to update my router and add an...
1. neutron client is exposing api **add_gateway_router()** which can be used
View ArticleHow to add external network to a router via restful api?
Hi there, I want to update my router and add an external gateway via RestFul api. but I can't find any reference for that. Could you help me?
View Article