update a container's networks
Replace the networks of a container with a command.
For example , a container has one or more networks, sometimes, we need replace one or two or all of this networks with a new network.
Whiteboard
(hongbin 2018-03-04): Hi @weikeyou, Zun has two APIs for attaching/detaching Neutron networks:
* POST /v1/containers/
* POST /v1/containers/
For the scenario of network replacing. it sounds like this functionality can be achieved with a network_detach & network_attach? If no, could you elaborate the rationals? It would be helpful for me to understand the problems and the approach that you proposed.
[1] https:/
[2] https:/