Hi all,<div><br></div><div>Is there a specific documentation project to file bugs? Or does this just go to the nova project?</div><div><br></div><div>It seems the following documentation is incorrect: <a href="http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-vlan-networking.html">http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-vlan-networking.html</a></div>
<div><br></div><div>The command is incorrect:</div><div>nova-manage network create --label=example-net --fixed_range_v4=<a href="http://172.16.169.0/24">172.16.169.0/24</a> --vlan=169 --bridge=br169 --project_id=127cdfa47e544df080d2ede5c38797d1</div>
<div><br></div><div>Returns:</div><div><div>2012-10-17 13:13:55 CRITICAL nova [req-aa135dcb-1c99-45e1-9bb4-37820958377d None None] 'num_networks'</div><div>2012-10-17 13:13:55 TRACE nova Traceback (most recent call last):</div>
<div>2012-10-17 13:13:55 TRACE nova   File "/usr/bin/nova-manage", line 1401, in <module></div><div>2012-10-17 13:13:55 TRACE nova     main()</div><div>2012-10-17 13:13:55 TRACE nova   File "/usr/bin/nova-manage", line 1388, in main</div>
<div>2012-10-17 13:13:55 TRACE nova     fn(*fn_args, **fn_kwargs)</div><div>2012-10-17 13:13:55 TRACE nova   File "/usr/bin/nova-manage", line 477, in create</div><div>2012-10-17 13:13:55 TRACE nova     net_manager.create_networks(context.get_admin_context(), **kwargs)</div>
<div>2012-10-17 13:13:55 TRACE nova   File "/usr/lib/python2.7/dist-packages/nova/network/manager.py", line 2040, in create_networks</div><div>2012-10-17 13:13:55 TRACE nova     if kwargs['num_networks'] + kwargs['vlan_start'] > 4094:</div>
<div>2012-10-17 13:13:55 TRACE nova KeyError: 'num_networks'</div><div>2012-10-17 13:13:55 TRACE nova </div></div><div><br></div><div><br></div><div>So should probably be:</div><div>nova-manage network create --label=example-net --fixed_range_v4=<a href="http://172.16.169.0/24">172.16.169.0/24</a> --vlan=169 --bridge=br169 --project_id=127cdfa47e544df080d2ede5c38797d1 --num_networks=1</div>
<div><br></div><div>I previously filed a bug here which was about glance documentation: <a href="https://bugs.launchpad.net/glance/+bug/1066822">https://bugs.launchpad.net/glance/+bug/1066822</a></div><div>Not sure if that was right.</div>
<div><br></div><div>I would like to fix the bug myself, if it gets confirmed but that's the next step. Not even sure if it's a valid bug yet.</div><div>From what I understood the trunk version of documentation == folsom documentation?</div>
<div><br></div><div>Sam</div>