怎样让VM自己管理DHCP
由于应用的需求,我现在需要一个VM从另一个管理机VM通过netboot进行网络启动。这样就要求管理机VM上有DHCP服务。
但是openstack grizzly默认好像是不允许这样的。
网上查到说要把anti-spoofing diable了,
“
To disable anti-spoofing the filter set in the python code in
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/firewall.py
which had been:
filter_set = ['no-mac-spoofing',
'no-ip-spoofing',
'no-arp-spoofing']
should be changed to
filter_set = []
"
但我试了,不行
我的环境是openstack grizzly,网络是linuxbridge模式 Vlan
linuxbridge openstack
补充:云计算 , OpenStack