# neutron port-delete d7b88377-3592-458c-9e94-681b766a08ca Port d7b88377-3592-458c-9e94-681b766a08ca cannot be deleted directly via the port API: has device owner neutron:LOADBALANCERV2
# neutron port-show d7b88377-3592-458c-9e94-681b766a08ca +-----------------------+-----------------------------------------------------------------------------------------------------------+ | Field | Value | +-----------------------+-----------------------------------------------------------------------------------------------------------+ | admin_state_up | False | | allowed_address_pairs | | | binding:host_id | | | binding:profile | {} | | binding:vif_details | {} | | binding:vif_type | unbound | | binding:vnic_type | normal | | device_id | eda7cc23-40b2-4126-86b8-3c6acb5f5cf1 | | device_owner | neutron:LOADBALANCERV2 | | dns_assignment | {"hostname": "host-172-16-1-12", "ip_address": "172.16.1.12", "fqdn": "host-172-16-1-12.openstacklocal."} | | dns_name | | | extra_dhcp_opts | | | fixed_ips | {"subnet_id": "78a7f6c2-496e-4c86-8b59-3e5e59629d73", "ip_address": "172.16.1.12"} | | id | d7b88377-3592-458c-9e94-681b766a08ca | | mac_address | fa:16:3e:f1:0d:93 | | name | loadbalancer-eda7cc23-40b2-4126-86b8-3c6acb5f5cf1 | | network_id | 2631c046-cce5-4186-9123-9f76543c8cf6 | | port_security_enabled | True | | security_groups | 49343bcd-39c3-43ef-b31d-d847ab5cfca6 | | status | DOWN | | tenant_id | fc719667b4c448d7b2929226dcc0c048 | +-----------------------+-----------------------------------------------------------------------------------------------------------+
# neutron port-update d7b88377-3592-458c-9e94-681b766a08ca --device_owner compute:None Updated port: d7b88377-3592-458c-9e94-681b766a08ca
# neutron port-show d7b88377-3592-458c-9e94-681b766a08ca +-----------------------+-----------------------------------------------------------------------------------------------------------+ | Field | Value | +-----------------------+-----------------------------------------------------------------------------------------------------------+ | admin_state_up | False | | allowed_address_pairs | | | binding:host_id | | | binding:profile | {} | | binding:vif_details | {} | | binding:vif_type | unbound | | binding:vnic_type | normal | | device_id | eda7cc23-40b2-4126-86b8-3c6acb5f5cf1 | | device_owner | compute:None | | dns_assignment | {"hostname": "host-172-16-1-12", "ip_address": "172.16.1.12", "fqdn": "host-172-16-1-12.openstacklocal."} | | dns_name | | | extra_dhcp_opts | | | fixed_ips | {"subnet_id": "78a7f6c2-496e-4c86-8b59-3e5e59629d73", "ip_address": "172.16.1.12"} | | id | d7b88377-3592-458c-9e94-681b766a08ca | | mac_address | fa:16:3e:f1:0d:93 | | name | loadbalancer-eda7cc23-40b2-4126-86b8-3c6acb5f5cf1 | | network_id | 2631c046-cce5-4186-9123-9f76543c8cf6 | | port_security_enabled | True | | security_groups | 49343bcd-39c3-43ef-b31d-d847ab5cfca6 | | status | DOWN | | tenant_id | fc719667b4c448d7b2929226dcc0c048 | +-----------------------+-----------------------------------------------------------------------------------------------------------+
|