Compute Node Error - ValueError: failed to detect a valid IP address from u'MANAGEMENT_INTERFACE_IP_ADDRESS'
Dear all,
I config compute node with hypervior is VMWARE. When i start openstack-nova-compute, in log file show:
2015-08-18 16:31:59.725 12957 TRACE nova.openstack.common.threadgroup ValueError: failed to detect a valid IP address from u'MANAGEMENT_INTERFACE_IP_ADDRESS'
2015-08-18 16:31:59.725 12957 TRACE nova.openstack.common.threadgroup
2015-08-18 16:31:59.725 12957 TRACE nova.openstack.common.threadgroup
2015-08-18 16:31:59.727 12957 INFO oslo_vmware.api [req-b25f656a-1ebc-4d1c-8b50-3d5af06acb91 - - - - -] Logging out and terminating the current session with ID = ea19c.
/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (https://urllib3.readthedocs.org/en/la...)
InsecureRequestWarning)
nova.conf:
[DEFAULT]
rpc_backend = rabbit
auth_strategy = keystone
my_ip = 10.10.0.30
vnc_enabled = True
vncserver_listen = 0.0.0.0
vncserver_proxyclient_address = 10.10.0.30
novncproxy_base_url = http://controller:6080/vnc_auto.html
verbose = True
compute_driver=vmwareapi.VMwareVCDriver