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