Had to set:
export HOST_IP=10.0.0.18
and now it seems to go through the installation.
After the initial setup, I could log into the dashboard, but after a reboot now I'm getting:
ConnectionError at /admin/
HTTPConnectionPool(host='10.0.0.18', port=8774): Max retries exceeded with url: /v2/82119ede028d41618c80c53d09757f4f/extensions (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
Request Method: GET
Request URL: http://10.0.0.18/admin/
Django Version: 1.6.8
Exception Type: ConnectionError
Exception Value:
HTTPConnectionPool(host='10.0.0.18', port=8774): Max retries exceeded with url: /v2/82119ede028d41618c80c53d09757f4f/extensions (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
Exception Location: /usr/lib/python2.7/dist-packages/requests/adapters.py in send, line 378
Python Executable: /usr/bin/python
Python Version: 2.7.6
Python Path:
['/opt/stack/horizon/openstack_dashboard/wsgi/../..',
'/opt/stack/midonet/python-neutron-plugin-midonet',
'/opt/stack/keystone',
'/opt/stack/glance',
'/opt/stack/cinder',
'/opt/stack/neutron',
'/opt/stack/nova',
'/opt/stack/horizon',
'/opt/stack/heat',
'/opt/stack/tempest',
'/opt/stack/midonet/python-midonetclient/src',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/pymodules/python2.7',
'/opt/stack/horizon/openstack_dashboard']
Server time: Sun, 30 Nov 2014 14:00:21 +0000