Activity log for bug #1971646

Date Who What changed Old value New value Message
2022-05-05 02:38:44 ZhouHeng bug added bug
2022-05-05 03:21:12 ZhouHeng description when we enable "port_forwarding" plugin and list floating ip, we can get like: { "floatingips": [ { "router_id": "0303bf18-2c52-479c-bd68-e0ad712a1639", "description": "for test with port forwarding", "dns_domain": "my-domain.org.", "dns_name": "myfip3", "created_at": "2018-06-15T02:12:48Z", "updated_at": "2018-06-15T02:12:57Z", "revision_number": 1, "project_id": "4969c491a3c74ee4af974e6d800c62de", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": "172.24.4.42", "port_id": null, "id": "898b198e-49f7-47d6-a7e1-53f626a548e6", "status": "ACTIVE", "tags": [], "port_forwardings": [ { "protocol": "tcp", "internal_ip_address": "10.0.0.19", "internal_port": 25, "external_port": 2225 }, { "protocol": "tcp", "internal_ip_address": "10.0.0.18", "internal_port": 16666, "external_port": 8786 } ], "qos_network_policy_id": "174dd0c1-a4eb-49d4-a807-ae80246d82f4", "qos_policy_id": "29d5e02e-d5ab-4929-bee4-4a9fc12e22ae" } ] } if we list floating ip and want to pperate a port forwarding, we still need call "/v2.0/floatingips/{floatingip_id}/port_forwardings" and get port_forwarding "id". this is inefficient. when we enable "port_forwarding" plugin and list floating ip, we can get like: {     "floatingips": [         {             "router_id": "0303bf18-2c52-479c-bd68-e0ad712a1639",             "description": "for test with port forwarding",             "dns_domain": "my-domain.org.",             "dns_name": "myfip3",             "created_at": "2018-06-15T02:12:48Z",             "updated_at": "2018-06-15T02:12:57Z",             "revision_number": 1,             "project_id": "4969c491a3c74ee4af974e6d800c62de",             "tenant_id": "4969c491a3c74ee4af974e6d800c62de",             "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57",             "fixed_ip_address": null,             "floating_ip_address": "172.24.4.42",             "port_id": null,             "id": "898b198e-49f7-47d6-a7e1-53f626a548e6",             "status": "ACTIVE",             "tags": [],             "port_forwardings": [                 {                     "protocol": "tcp",                     "internal_ip_address": "10.0.0.19",                     "internal_port": 25,                     "external_port": 2225                 },                 {                     "protocol": "tcp",                     "internal_ip_address": "10.0.0.18",                     "internal_port": 16666,                     "external_port": 8786                 }             ],             "qos_network_policy_id": "174dd0c1-a4eb-49d4-a807-ae80246d82f4",             "qos_policy_id": "29d5e02e-d5ab-4929-bee4-4a9fc12e22ae"         }     ] } if we list floating ip and want to operate a port forwarding, we still need call "/v2.0/floatingips/{floatingip_id}/port_forwardings" and get port_forwarding "id". this is inefficient.
2022-05-05 03:28:27 OpenStack Infra neutron: status New In Progress
2022-05-06 08:22:25 Elvira García Ruiz neutron: importance Undecided Medium
2022-06-15 14:57:29 Slawek Kaplonski neutron: status In Progress New
2022-06-15 14:57:52 Slawek Kaplonski tags timeout-abandon
2022-08-01 01:19:30 OpenStack Infra neutron: status New In Progress
2022-08-05 07:39:15 Oleg Bondarev neutron: importance Medium Wishlist
2022-09-06 17:14:06 OpenStack Infra neutron: status In Progress Fix Released