I installed devstack
on a fresh install of Ubuntu 16.04 VM. I cannot get the default dashboard
url to show. The url http://<sever>/dashboard
shows 404 not found.
I can see all the required ones are installed under:
suren@openstack-demo-vm:/opt/stack$ ls
bin cinder data devstack devstack.subunit glance horizon keystone logs neutron nova noVNC requirements tempest
- Apache is running
service apache2 status
returnsActive: active (running)...
- The default
http://<server>
loads theApache2 Ubuntu Default Page
What am i missing?