jedipunkz / openstack_folsom_deploy

OpenStack Folsom bootstrap script for Ubuntu Server 12.04 LTS
16 stars 10 forks source link

VM dns question #3

Open shake opened 11 years ago

shake commented 11 years ago

HI

I found the script

nova-manage network create private --fixed_range_v4=${FIXED_RANGE} --num_networks=1 --bridge=br100 --bridge_interface=eth0 --network_size=${NETWORK_SIZE} --dns1=8.8.8.8 --dns2=8.8.4.4 --multi_host=T

the dns is 8.8.8.8

but when I ssh to VM and found the DNS is

$ cat /etc/resolv.conf nameserver 10.0.0.3 search novalocal

Now the DNS is working, but I want to know why the nova-manage setting dns not working.

jedipunkz commented 11 years ago

OK, I will try to search a problem. but I think that is not a problem on this script.

and If you find a problem, please tell me.

Thanks.