How-To Manually Update Neutron port Binding
PreviousHow-To Enable Automatic Confirm Action After Instance Resize OperationNextHow-To Get Consolidate Size Information of all The Cinder Volumes Provisioned
Last updated
The port binding is bound to a host other than the one on which the instance is currently running.
Platform9 Managed OpenStack - All versions
Neutron
Neutron failed to update the port binding after a migration failure.
Identify the Host UUID on which the instance is currently running.
Update the Neutron port using the following command to modify and activate the port binding on the new host.
openstack port set --host [NEW_HOST_UUID] [PORT_UUID]Last updated
