Network tab not visible in Dashboard
I have installed Devstack on top of Ubuntu Desktop 14.02 . When I log into the Dashboard as Admin I cannot see the "Network" tab which I believe that ultimately, results into my VMs not having external internet access. I want to enable the network tab and I tried by searching around here in the openstack "ask forms". Unfortunately this solution I found did not help: https://wiki.openstack.org/wiki/NeutronDevstack (https://wiki.openstack.org/wiki/Neutr...)
Our local.conf file resides into /devstack/samples directory and here is the relevant part of it:
[[local|localrc]]
disable_service n-net
enable_service q-svc
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-meta
SERVICE_TOKEN=azertytoken
ADMIN_PASSWORD=nomoresecrete
MYSQL_PASSWORD=stackdb
RABBIT_PASSWORD=stackqueue
SERVICE_PASSWORD=$ADMIN_PASSWORD
enable_service tempest
We have also used ./unstack.sh and ./stack.sh scripts after we applied those changes. Any ideas why the network tab in Dashboard is still not visible? Any help would be appreciated.
Add this line in localrc and re run stack.sh
enable_service neutron