You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']"}}
The text was updated successfully, but these errors were encountered:
@ish-hcc
VPC 생성시 함께 생성된 Subnet을 선택해서 VM을 생성하면 잘 생성됩니다.
AddSubnet으로 추가한 Subnet을 선택해서 VM을 생성하면 Association 에러가 발생합니다.
아마도, VPC 생성시 Subnet 설정과 AddSubnet() 시 설정이 차이가 있는 것 같습니다.
확인 부탁드립니다.
OpenStack 에러 메시지 확인을 위해서 다음처럼 수정하였으며,
Association 오류 상황에서, 에러 메시지는 다음과 같습니다.
The text was updated successfully, but these errors were encountered: