[Openstack] Can't ssh/ping any instance that isn't on a control node

2012-08-07 Thread Dave Pigott
Hi all, I posted this last night before I had officially joined the mailing list, so it may not have made it's way through: https://answers.launchpad.net/nova/+question/204852 Can anyone help me? I'm banging my head against a brick wall. I can't ever get an instance on anything but the

Re: [Openstack] Can't ssh/ping any instance that isn't on a control node

2012-08-07 Thread Shake Chen
I can share my setting for you. hope can hope help you. http://www.chenshake.com/wp-content/uploads/2012/07/openstack_config.zip my network is flatdhcp and mutilhost =T my fix ip netwok nova-manage network create private --fixed_range_v4=192.168.22.0/24 \ --num_networks=1 --bridge=br100

Re: [Openstack] Can't ssh/ping any instance that isn't on a control node

2012-08-07 Thread Dave Pigott
Shake, Thanks so much. It finally works! What was missing was the multi_host=true in nova.conf. I would have expected that to be a default! Thanks again, Dave On 7 Aug 2012, at 10:30, Shake Chen wrote: I can share my setting for you. hope can hope help you.