<div>I am having an issue with getting the public IP's to be typed correctly</div><div>inside of nova. My nova configuration seems to be pretty basic:</div><div><br></div><div>network_manager=nova.network.manager.FlatDHCPManager</div>
<div>public_interface=eth0</div><div>flat_interface=eth1</div><div>fixed_range=<a href="http://192.168.100.0/24">192.168.100.0/24</a></div><div>flat_network_dhcp_start=192.168.100.2</div><div>flat_network_bridge=br100</div>
<div>force_dhcp_release=True</div><div>flat_injected=False</div><div>send_arp_for_ha=True</div><div>libvirt_use_virtio_for_bridges=true</div><div><br></div><div>Floating IP's are <a href="http://10.10.0.128/25">10.10.0.128/25</a></div>
<div><br></div><div>The issue I am running into is the floating IP's are returned by the</div><div>nova API as private. This breaks a couple of tools I am using because</div><div>those tools are looking for addresses listed as "public".</div>
<div><br></div><div>How can I change my configuration to return the public IP's as type</div><div>"public"?</div>