subnet-delete allowed with ports present
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
High
|
Prakash Bailkeri | |||
Trunk |
Fix Committed
|
High
|
Prakash Bailkeri |
Bug Description
root@nodea27:
Created a new network:
+------
| Field | Value |
+------
| admin_state_up | True |
| contrail:fq_name | default-domain |
| | admin |
| | test_vn |
| contrail:
| id | 805ede65-
| name | test_vn |
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnets | |
| tenant_id | dda70580842542d
+------
root@nodea27:
Created a new subnet:
+------
| Field | Value |
+------
| allocation_pools | {"start": "1.1.22.2", "end": "1.1.22.254"} |
| cidr | 1.1.22.0/24 |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 1.1.22.1 |
| host_routes | |
| id | 685c752b-
| ip_version | 4 |
| name | |
| network_id | 805ede65-
| tenant_id | dda70580842542d
+------
root@nodea27:
Created a new port:
+------
| Field | Value |
+------
| admin_state_up | True |
| binding:vif_details | {"port_filter": true} |
| binding:vif_type | vrouter |
| device_id | |
| device_owner | |
| fixed_ips | {"subnet_id": "685c752b-
| id | a42d0cdc-
| mac_address | 02:a4:2d:0c:dc:59 |
| name | a42d0cdc-
| network_id | 805ede65-
| security_groups | c8e89fd3-
| status | DOWN |
| tenant_id | dda70580842542d
+------
root@nodea27:
Deleted subnet: 685c752b-
root@nodea27:
+------
| Field | Value |
+------
| admin_state_up | True |
| binding:vif_details | {"port_filter": true} |
| binding:vif_type | vrouter |
| device_id | |
| device_owner | |
| fixed_ips | {"subnet_id": null, "ip_address": "1.1.22.3"} |
| id | a42d0cdc-
| mac_address | 02:a4:2d:0c:dc:59 |
| name | a42d0cdc-
| network_id | 805ede65-
| security_groups | c8e89fd3-
| status | DOWN |
| tenant_id | dda70580842542d
+------
information type: | Proprietary → Public |
Review in progress for https:/ /review. opencontrail. org/9652
Submitter: Prakash Bailkeri (<email address hidden>)