Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openstack Associate and Disassociate floating IP #23228

Open
cronosy opened this issue Oct 10, 2024 · 3 comments
Open

Openstack Associate and Disassociate floating IP #23228

cronosy opened this issue Oct 10, 2024 · 3 comments
Assignees
Labels

Comments

@cronosy
Copy link

cronosy commented Oct 10, 2024

No description provided.

@cronosy cronosy added the bug label Oct 10, 2024
@cronosy
Copy link
Author

cronosy commented Oct 10, 2024

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:

  • Invalid input for field/attribute address. Value: 206. u'206' is not valid under any of the given schemas
  • undefined method `empty?' for nil:NilClass

@agrare
Copy link
Member

agrare commented Oct 15, 2024

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

@agrare agrare self-assigned this Oct 15, 2024
@cronosy
Copy link
Author

cronosy commented Oct 21, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants