Unable to find any IP address on external network
I have successfully built an Openstack implementation on a single node using the RDO Quickstart instructions. I have imported images as well. When I went to start one, it told me to assign a floating IP. I looked in the console and ran nova floating-ip-pool list
and it showed me that I have a pool called Public
. But when I try and run "nova floating-ip-create public" to create a floating IP, it gives me an error saying that the server erred, or cannot perform that function. In the Nova api.log, it shows QuantumClientException: Bad floatingip request: Unable to find any IP address on external network
. I'm running this installation on a single VM on VMware workstation.
Does anyone have any suggestions as to how to find the problem?
Thanks!