On 05/09/2012 12:13 AM, Ask Stack wrote:
> Instances can start on the first nova node (controller) fine.
> 
> I am having problems with the second nova computing node. 
> "nova-manage service list" shows "nova-compute" have smilies on both nodes. 
> "euca-describe-images" shows the correct images. 
> however when I launch an instance, nova's compute log shows 
> 
> TRACE nova.rpc.amqp   File 
> "/usr/lib/python2.7/site-packages/nova/image/glance.py", line 86, in 
> pick_glance_api_server
> TRACE nova.rpc.amqp     host, port_str = host_port.split(':')
> TRACE nova.rpc.amqp ValueError: too many values to unpack
> TRACE nova.rpc.amqp
> 
> This is on a fedora 16 environment. Both computers have the same rpm packages.
> python-glance-2012.1-4.fc16.noarch
> python-novaclient-2012.1-1.fc16.noarch
> python-nova-2012.1-3.fc16.noarch
> openstack-nova-2012.1-3.fc16.noarch

Sounds like a config error.
What's the value of this variable in /etc/nova/nova.conf?

###### (ListOpt) A list of the glance api servers available to nova 
([hostname|ip]:port)
# glance_api_servers="$glance_host:$glance_port"

cheers,
Pádraig
_______________________________________________
cloud mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/cloud

Reply via email to