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



_______________________________________________
OpenStack-Infra mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Reply via email to