Can't access Horizon by hostname
- I've got 2 machines, A and B.
- Machine A's hostname is
'mylab'
- I've installed an all-in-one OpenStack using PackStack on machine A
- I've modified the host file on machine B so that 'mylab' can be resolved as A's IP.
When accessing:
- http://{machine A's IP}/dashboard
- I'm seeing the Horizon dashboard as expected
- http://mylab/dashboard
- I'm getting an Apache-generated 404 error
Obviously, I'd like to access Horizon via the 'mylab'
hostname, so
what do I need to configure in order to fix this?
Best regards
ping mylab from machine B works?
yes, telnet to port 80 works as well.
can anyone help?