float ips not visible
Hi Everyone,
I have a single node openstack installation with neutron networking enabled. I created a network called 'ext-net' Then I created a subnet with the following command: $ neutron subnet-create ext-net --name ext-subnet --allocation-pool start=192.168.1.36,end=192.168.1.38 --disable-dhcp --gateway 192.168.1.1 192.168.1.0/24 Then I created a router as follows: $ neutron router-create ext-to-int Then I set the gateway with the following command: $ neutron router-gateway-set ext-to-int ext-int
But somehow I cant see floating IPs on the dashboard.
Please tell me what wrong I am doing.
Thanks a lot Best, Hamid Sultan