elektra icon indicating copy to clipboard operation
elektra copied to clipboard

Attaching new interface doesn't honor specified fixed ip

Open joker-at-work opened this issue 3 years ago • 0 comments
trafficstars

A specified fixed-ip is not honored when creating a new interface on a server. 2021-11-30-120445_1295x647_scrot 2021-11-30-120534_1288x488_scrot

This is from the neutron-server logs. It looks like the IP is not sent to the API.

Request body: {'port': {'fixed_ips': [{'subnet_id': '0e1e5315-5b18-4af7-a63f-6369aadfbc19'}], 'network_id': 'a7ec6c35-4e17-4e97-aa2b-0d93e56bb6c7', 'security_groups': []}}

I checked that the IP also not reserved by any port.

joker-at-work avatar Nov 30 '21 11:11 joker-at-work