I tried to remove a fixed ip but it doesn’t work.
openstack server remove fixed ip <server> <ip-address>
When I check the IP it still exists.
Document: https://docs.openstack.org/python-openstackclient/pike/cli/command-objects/server.html
The stack is running. Do I need to stop the instance?
My friend, you should delete your useless IP in port, in OpenStack documentation we see this note:
and:
To find your way out from this issue please work with this description:
Find your port and instance data in these commands:
Delete IP assigned to your port of instance and make this instance without IP:
Make sure that your instance has not any IP:
Now you can assign your new IP:
Congratulations; now your instance has new IP. Now you must restart your server for find new IP from DHCP or restart network services -- in ubuntu server run
netplan apply
.Tanks for your question