Zun

Activity log for bug #1698467

Date Who What changed Old value New value Message
2017-06-16 22:05:55 hongbin bug added bug
2017-06-16 22:06:16 hongbin description This patch [1] implemented the endpoint to add security group to container. For example, TOKEN=$(openstack token issue | awk '/ id /{print $4}') curl -g -i -X POST http://192.168.11.4:9517/v1/containers/test/add_security_group?name=default -H "X-Auth-Token: $TOKEN" -H "Content-Type: application/json" -H "Accept: application/json" It would be great to implement the equivalent endpoint to remove security group. The implementation should be very similar to security group addition. [1] https://review.openstack.org/#/c/463681/ This patch [1] implemented the endpoint to add security group to container. For example,   $ TOKEN=$(openstack token issue | awk '/ id /{print $4}')   $ curl -g -i -X POST http://192.168.11.4:9517/v1/containers/test/add_security_group?name=default -H "X-Auth-Token: $TOKEN" -H "Content-Type: application/json" -H "Accept: application/json" It would be great to implement the equivalent endpoint to remove security group. The implementation should be very similar to security group addition. [1] https://review.openstack.org/#/c/463681/
2017-06-16 22:41:17 hongbin zun: importance Undecided Low
2017-06-19 02:27:29 feng.shengqin@zte.com.cn zun: assignee feng.shengqin@zte.com.cn (feng-shengqin)
2017-07-29 17:24:02 hongbin zun: status New Triaged
2017-12-05 04:32:52 cooldharma06 zun: assignee feng.shengqin@zte.com.cn (feng-shengqin) cooldharma06 (cooldharma06)
2017-12-08 11:33:32 OpenStack Infra zun: status Triaged In Progress
2018-01-18 16:37:17 OpenStack Infra zun: assignee cooldharma06 (cooldharma06) hongbin (hongbin034)
2018-01-18 21:18:12 hongbin zun: assignee hongbin (hongbin034) cooldharma06 (cooldharma06)
2018-01-19 03:05:04 OpenStack Infra zun: status In Progress Fix Released