Activity log for bug #1627922

Date Who What changed Old value New value Message
2016-09-27 05:03:18 Dongcan Ye bug added bug
2016-09-27 05:03:26 Dongcan Ye kuryr-libnetwork: assignee Dongcan Ye (hellochosen)
2016-09-27 08:26:23 Antoni Segura Puimedon kuryr-libnetwork: importance Undecided Medium
2016-09-27 08:32:44 Dongcan Ye description If user wants to expose ranges of ports for a container, like ports from 1000 to 5000. In currently implementation, we should call Neutron client 4000 times to create Neutron security group rules. Maybe there is a method to optimize this, and passing port-range-min and port-range-max values to Neutron client. If user wants to expose ranges of ports for a container, like ports from 1000 to 5000. Using docker client command: $ docker run --net=my_kuryr_net --expose=1000-5000/udp -it ubuntu:14.04 In currently implementation, we should call Neutron client 4000 times to create Neutron security group rules. Maybe there is a method to optimize this, and passing port-range-min and port-range-max values to Neutron client.
2016-09-28 09:47:29 OpenStack Infra kuryr-libnetwork: status New In Progress
2016-10-19 08:23:56 OpenStack Infra kuryr-libnetwork: status In Progress Fix Released