Comment 4 for bug 1485641

Revision history for this message
Bartłomiej Piotrowski (bpiotrowski) wrote :

Unfortunately I have hit different issue locally that I'll investigate later. Looking at Vladimir's lab, deployment failed because of failure of getting endpoint list via openstackclient, although I'm not completely sure why it happens.

From 'openstack --debug endpoint list' output:

ConnectionRefused: Unable to establish connection to https://public.fuel.local:5000/v2.0/tokens

The problem is that in /etc/hosts, public.fuel.local points to wrong IP – public_vip instead of service_endpoint_vip. If user modifies /etc/hosts manually, openstackclient successfully returns the endpoint list.