I installed openstack on azure.
Can access from other azure vm but not with public ip.
Can access http://<publicip> and showing apache test page.
But can't access
http://<publicip>/dashboard
Any update/solution for this?
Commands I used for centos7 installation on azure.:
yum update -y yum install -y centos-release-openstack-train yum update -y yum install -y openstack-packstack
packstack --allinone
--provision-demo=n --os-neutron-ovs-bridge-mappings=extnet:br-ex --os-neutron-ml2-mechanism-drivers=openvswitch --os-neutron-l2-agent=openvswitch --os-neutron-ovs-bridge-interfaces=br-ex:eth0 --os-neutron-ml2-type-drivers=vxlan,flat --os-neutron-ml2-tenant-network-types=vxlan
neutron subnet-create --name public_subnet --enable_dhcp=False --allocationpool start=10.0.0.100,end=10.0.0.120 --gateway=10.0.0.1 external_network 10.0.0.0/24