<div dir="ltr">Hello all,<div><br></div><div>I am trying to resolve a critical error when fixed_range='' is specified in nova.conf.</div><div><br></div><div><div>The error is resolved if I set fixed_range manually, i.e. fixed_range=<a href="http://10.0.0.0/24">10.0.0.0/24</a></div>
<div><br></div><div>VM launching via Horizon and guest networking is fully operational with the above fix.</div><div><br></div><div>Similar error but different cause, <a href="https://lists.launchpad.net/openstack/msg04588.html">https://lists.launchpad.net/openstack/msg04588.html</a></div>
<div><br></div><div>I am using FlatDHCP networking between two Openstack nodes running the Folsom release (from EPEL) on a base installation of Scientific Linux 6.4. I followed the guide from Red Hat Openstack Getting Started guide to prepare Keystone, Glance and Horizon and the Compute manual for setting up the networking.</div>
<div><br></div><div>Controller node (Keystone, Nova, Glance, Horizon) "sl1": 10.168.2.122</div><div>Compute only node "compute1": 10.168.2.126</div><div>Iptables disabled (service iptables stop on both nodes).</div>
<div><br></div><div>Every service except nova-network seems to be operational, judging from openstack-status and service --status-all | grep openstack.</div><div><br></div><div>nova.conf snippet on the controller node:</div>
<div><br></div><div>network_manager = nova.network.manager.FlatDHCPManager</div><div>flat_interface = eth2</div><div>public_interface = eth1</div><div>my_ip = 10.168.2.122</div><div>#fixed_range=<a href="http://10.0.0.0/24">10.0.0.0/24</a></div>
<div>#fixed_range=''</div><div>flat_network_bridge = br100</div><div>flat_injected = False</div><div><br></div><div>nova.conf snippet on the compute only node:</div><div><br></div><div>network_manager = nova.network.manager.FlatDHCPManager</div>
<div>flat_interface = eth1</div><div>public_interface = eth0</div><div>my_ip = 10.168.2.126</div><div>#fixed_range = <a href="http://10.0.0.0/24">10.0.0.0/24</a></div><div>#fixed_range = ''</div><div>flat_network_bridge = br100</div>
<div>flat_injected = False</div><div><br></div><div>s3_host = 10.168.2.122</div><div>ec2_host = 10.168.2.122</div><div>qpid_hostname = 10.168.2.122</div><div>metadata_host = 10.168.2.122</div><div>ec2_dmz_host = 10.168.2.122</div>
<div>glance_api_servers=sl1:9292</div><div><br></div><div>nova-network.log (identical on both nodes):</div><div><br></div><div>2013-05-22 16:21:17 18884 AUDIT nova.service [-] Starting network node (version 2012.2.3-1.el6)</div>
<div>2013-05-22 16:21:22 18884 CRITICAL nova [-] Unexpected error while running command.</div><div>Command: sudo nova-rootwrap /etc/nova/rootwrap.conf iptables-restore -c</div><div>Exit code: 2</div><div>Stdout: ''</div>
<div>Stderr: "Bad argument `SNAT'\nError occurred at line: 27\nTry `iptables-restore -h' or 'iptables-restore --help' for more information.\n"</div><div><br></div><div>Any suggestions on how to resolve this issue would be much appreciated!</div>
<div><br></div></div><div>Justin</div></div>