ManageIQ / manageiq

ManageIQ Open-Source Management Platform
https://manageiq.org
Apache License 2.0
1.35k stars 899 forks source link

Openstack Associate and Disassociate floating IP #23228

Open cronosy opened 1 month ago

cronosy commented 1 month ago
cronosy commented 1 month ago

Version: Schema oparin-1.1@927644c7 Showback oparin-1.1@27b0cab6 Classic UI oparin-1.1@ca2f0ad3

Steps: Cloud instances, enter to instance > configuration > associate floating IP Network > floating ips > edit floating Ip

Error Messages:

agrare commented 1 month ago

@cronosy can you post the backtrace from those two errors so that we can see what went wrong?

cronosy commented 1 month ago

Hi @agrare. thanks I have not capture the backtrace unfortunately. However, there is something that I execute different looking for associate the floating IP.

Flow works well.

  1. Query the port ID directly from horizon openstack. 2.Go to menu: Networks > Floatings IPs. Select the floating IP to associate.
  2. In the form paste the Port Id get before.
  3. Save changes. until this step everything works. But if I try to associate the floating Ip from instance, then the tasks fail with: Invalid input for field/attribute address. Value: 204. '204' is not valid under any of the given schemas. The number 204 represent in my case the floating IP id.

If you can provide any method to exec the backtrace I would appreciate. I'm using a oparing deployed from OVA template.

Kind regards