<div dir="ltr">I have a 3-node setup using packstack. It went smoothly with no issues.<div><br></div><div>I created a public subnet with the following command.</div><div><br></div><div>neutron subnet-create --name public_subnet --enable_dhcp=False --allocation-pool=start=10.10.179.230,end=10.10.179.250 --gateway=10.10.183.254 external_network <a href="http://10.10.176.0/21">10.10.176.0/21</a></div><div><br></div><div>So I should have about 18 usable IP addresses. Perfect.</div><div><br></div><div>But I only have 2.</div><div><br></div><div><div>[root@dell-r430-13 ~(keystone_atomic)]# neutron floatingip-list</div><div>+--------------------------------------+------------------+---------------------+---------+</div><div>| id                                   | fixed_ip_address | floating_ip_address | port_id |</div><div>+--------------------------------------+------------------+---------------------+---------+</div><div>| 1c94a153-20d4-43cd-b8c2-4d259975e043 |                  | 10.10.179.235       |         |</div><div>| ad4e0089-2d4d-46dd-a0f2-21b6c854398d |                  | 10.10.179.232       |         |</div><div>+--------------------------------------+------------------+---------------------+---------+</div><div><br></div><div>I had to create the floating IPs manually with a for loop. </div><div><br></div><div>It wasn't hard. I'm just wondering what I did wrong, or if that's something I've just somehow missed every other time.</div><div><br></div><div><br></div><div><br></div><div><br></div>
</div></div>