How to configure multiple Floating IP pools?
I am running OpenStack Grizzly on Ubuntu 12.04 LTS. This is a single node installation running with quantum. I would like to setup another Floating IP pool. I follow this guide : http://docs.openstack.org/grizzly/openstack-network/admin/content/adv_cfg_l3_agent_multi_extnet.html
I had a network for pool one and another network for pool two. I run 2 l3-agent with the uuid of each network. The configuration of the l3-agent are the same than the guide.
I am able to create a floating ip from the pool two but I was not able to attach floating ip to a VM. I have the following error :
ExternalGatewayForFloatingIPNotFound: External network <UUID> is not reachable from subnet <UUID>.
Therefore, cannot associate Port <uuid> with a Floating IP.
What configuration is needed on subnet or router to attach my pool two on the router ?
Have you found an answer for this? I am currently facing this dilemma.