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:Subnet] 2nd created subnet cannot associate a floating IP #1460

Closed
powerkimhub opened this issue Feb 7, 2025 · 0 comments · Fixed by #1465
Closed

[OpenStack:Subnet] 2nd created subnet cannot associate a floating IP #1460

powerkimhub opened this issue Feb 7, 2025 · 0 comments · Fixed by #1465
Assignees
Labels
bug Something isn't working CloudDriver

Comments

@powerkimhub
Copy link
Member

@ish-hcc

  • VPC 생성시 함께 생성된 Subnet을 선택해서 VM을 생성하면 잘 생성됩니다.

  • AddSubnet으로 추가한 Subnet을 선택해서 VM을 생성하면 Association 에러가 발생합니다.

  • 아마도, VPC 생성시 Subnet 설정과 AddSubnet() 시 설정이 차이가 있는 것 같습니다.

  • 확인 부탁드립니다.

  • OpenStack 에러 메시지 확인을 위해서 다음처럼 수정하였으며,

  • Association 오류 상황에서, 에러 메시지는 다음과 같습니다.

    error message: {"badRequest": {"code": 400, "message": "Unable to associate floating IP 211.XXX.XXX.XXX to fixed IP 10.0.2.218 for instance 88b04aa7-f830-4631-9292-a080a5d32652. Error: External network c3c6eeac-73d4-45e1-9173-f449dbb3c8e5 is not reachable from subnet f1ac5f1f-f6cf-4a97-b8e8-5a9f324a5394.  Therefore, cannot associate Port 0c7b9025-1870-4d7e-8308-7c9a68b23b75 with a Floating IP.\nNeutron server returns request_ids: ['req-faeb11ca-cace-4c22-9618-3ef3a8542e37']"}}
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CloudDriver
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants