openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #15529
Re: Can't ssh/ping any instance that isn't on a control node
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.
>
>
> 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 --bridge_interface=eth1 --network_size=256 --multi_host=T
>
> floating IP
>
> nova-manage floating create --ip_range=10.1.199.32/27
>
> the other thing is the compute node need install below package
>
>
> apt-get install -y nova-api nova-common nova-compute \
> nova-compute-kvm nova-network \
> python-nova python-novaclient \
> python-keystone python-keystoneclient
>
>
>
> On Tue, Aug 7, 2012 at 3:19 PM, Dave Pigott <dave.pigott@xxxxxxxxxx> wrote:
> 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 control node to be accessible.
>
> Thanks
>
> Dave
>
> Dave Pigott
> Validation Engineer
> T: +44 1223 40 00 63 | M +44 7940 45 93 44
> Linaro.org │ Open source software for ARM SoCs
> Follow Linaro: Facebook | Twitter | Blog
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
>
>
> --
> Shake Chen
>
>
References