豆包ko 发表于 2017-12-5 12:36:36

[原]openstack-kilo--issue(二十)External network cannot is not reachable associate

  issue====



INFO neutron.api.v2.resource update failed (client error): External network fb519e52-0f68-44c7-8d9e-a01cae24c0a6 is not reachable from subnet 05bf68d3-3bb4-4329-8c30-c7bb8ead39a0.Therefore, cannot associate Port 34a0bb99-dae9-4a15-a8af-9aaedf108899 with a Floating IP.
  ====
  此问题是因为在创建ext-net的时候。没有在router上进行gateway设置,导致了不能将floating IP 绑定到fixed ip上
  解决方案:



neutron router-gateway-set ROUTER_NAME EXTERNAL_NETWORK_NAME

  问题解决。
页: [1]
查看完整版本: [原]openstack-kilo--issue(二十)External network cannot is not reachable associate