I am trying to setup devstack on Ubuntu12.04.4.64Bit VM.
localrc :
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-cpu,n-net,n-cond,n-sch,rabbit,mysql,horizon
DATABASE_PASSWORD=passwd
RABBIT_PASSWORD=passwd
SERVICE_TOKEN=passwd
SERVICE_PASSWORD=passwd
ADMIN_PASSWORD=passwd
MYSQL_PASSWORD=passwd
HOST_IP=localhost
SERVICE_HOST=$HOST_IP
IMAGE_HOST=$HOST_IP
IDENTITY_HOST=$HOST_IP
LOGFILE=/opt/stack/logs/stack.sh.log
LOG_COLOR=True
VERBOSE=True
SCREEN_LOGDIR=/opt/stack/logs
VIRT_DRIVER=vsphere
VMWAREAPI_IP=192.168.100.192
VMWAREAPI_USER=root
VMWAREAPI_PASSWORD=vmware
VMWAREAPI_CLUSTER=DRS
VMWAREAPI_COMPUTE_DRIVER=vmwareapi.VMwareVCDriver
VMWAREAPI_WSDL_LOC=http://127.0.0.1:8080/vmware/SDK/wsdl/vim25/vimService.wsdl
FLAT_INTERFACE=eth1
===============
Installation works fine. All the services are installed and running fine. But when I tried to launch the instance using horizon, it failed with the below error,
" Error: Failed to launch instance "v1": Please try again later [Error: Timeout while waiting on RPC response - topic: "network", RPC method: "get_instance_nw_info" info: ""]. "
I am not sure whats going wrong. I googled error but didn't get much help from search. Can someone please tell me what am i doing wrong here?