[OpenStack-Infra] [nodepool] unable to get a floating IP
Alex Burmashev
alexander.burmashev at oracle.com
Tue Apr 4 11:24:16 UTC 2017
Thanks for help!
Actually after all it was pretty obvious: network is checked by netaddr
lib, so if your private network is reported as public by netaddr ( while
physically being private ) the whole setup will think it's public.
I changed my private network from 8.0.0.0/24 to 10.0.0.0/24 and
everything is OK now.
03.04.2017 19:45, Jeremy Stanley пишет:
> On 2017-04-03 19:32:42 +0200 (+0200), Alex Burmashev wrote:
> [...]
>> Now i have to figure out why private IP is considered as public...
> [...]
>
> There are a number of potential reasons, and the logic behind that
> decision is encapsulated in the shade.meta.get_server_external_v4()
> function:
>
> http://git.openstack.org/cgit/openstack-infra/shade/tree/shade/meta.py?h=1.19.0#n113
>
More information about the OpenStack-Infra
mailing list