<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Lorin, <div><br></div><div>I added the bridge by doing this on my compute box:</div><div><div>root@FPCompute:~# ovs-vsctl add-br br-2</div><div>root@FPCompute:~# ovs-vsctl add-port br-2 eth5</div></div><div><br></div><div>Then I put in this command:</div><div>root@FPCompute:~# nova-manage network create --fixed_range_v4=1.1.1.0/24 --num_networks=1 --network_size=256 --label=IN-Interface --project=admin --bridge=br-2</div><div>I used 1.1.1.1 because Im not going to IP this interface, its going be used as a monitoring port so I'm never going to IP it.  (for wireshark)</div><div><br></div><div>But I get this error:</div><div><div>Command failed, please check log for more info</div><div>2013-04-23 14:59:06 CRITICAL nova [req-27fbc802-2f66-4427-a246-6acdd8ed637a None None] 'vlan_start'</div><div>2013-04-23 14:59:06 11196 TRACE nova Traceback (most recent call last):</div><div>2013-04-23 14:59:06 11196 TRACE nova   File "/usr/bin/nova-manage", line 1404, in <module></div><div>2013-04-23 14:59:06 11196 TRACE nova     main()</div><div>2013-04-23 14:59:06 11196 TRACE nova   File "/usr/bin/nova-manage", line 1391, in main</div><div>2013-04-23 14:59:06 11196 TRACE nova     fn(*fn_args, **fn_kwargs)</div><div>2013-04-23 14:59:06 11196 TRACE nova   File "/usr/bin/nova-manage", line 480, in create</div><div>2013-04-23 14:59:06 11196 TRACE nova     net_manager.create_networks(context.get_admin_context(), **kwargs)</div><div>2013-04-23 14:59:06 11196 TRACE nova   File "/usr/lib/python2.7/dist-packages/nova/network/manager.py", line 2063, in create_networks</div><div>2013-04-23 14:59:06 11196 TRACE nova     if kwargs['num_networks'] + kwargs['vlan_start'] > 4094:</div><div>2013-04-23 14:59:06 11196 TRACE nova KeyError: 'vlan_start'</div><div>2013-04-23 14:59:06 11196 TRACE nova </div></div><div><br></div><div>Any ideas?</div><div><br></div><div><div>
<div>Steven Barnabas<br>Network Engineer <br>Front Porch, Inc.<br>209-288-5580<br>209-652-7733 mobile<br><a href="http://www.frontporch.com/">www.frontporch.com</a></div><div><br></div><br class="Apple-interchange-newline">

</div>
<br><div><div>On Apr 9, 2013, at 7:13 PM, Lorin Hochstein <<a href="mailto:lorin@nimbisservices.com">lorin@nimbisservices.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><a href="http://docs.openstack.org/trunk/openstack-compute/admin/content/using-multi-nics.html" style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">http://docs.openstack.org/trunk/openstack-compute/admin/content/using-multi-nics.html</a></blockquote></div><br></div></body></html>