neutron net-create has wrong parameter order

Bug #1460029 reported by Andre Naehring
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Invalid
Undecided
Andre Naehring

Bug Description

In the networking guide in deploy_scenario1b there's

neutron subnet-create ext-net --name ext-subnet --allocation-pool \
start=203.0.113.101,end=203.0.113.200 --disable-dhcp \
--gateway 203.0.113.1 203.0.113.0/24

this ist not correct. The following order is accepted:

neutron subnet-create --name ext-subnet --allocation-pool \
start=203.0.113.101,end=203.0.113.200 --disable-dhcp \
--gateway 203.0.113.1 ext-net 203.0.113.0/24

Changed in openstack-manuals:
assignee: nobody → Andre Naehring (naehring)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/186725

Changed in openstack-manuals:
status: New → In Progress
Revision history for this message
Matt Kassawara (ionosphere80) wrote :

The original order works in my test environment. Therefore, this issue may depend on the version of python-neutronclient. What version are you using?

Tom Fifield (fifieldt)
Changed in openstack-manuals:
milestone: none → liberty
Revision history for this message
Stephen Gordon (sgordon) wrote :

I am wondering if this is the same root issue as https://bugs.launchpad.net/openstack-manuals/+bug/1460041 where the behaviour noted is only experience in very specific version of the neutron client and was quickly rectified.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on openstack-manuals (master)

Change abandoned by Matthew Kassawara (<email address hidden>) on branch: master
Review: https://review.openstack.org/186725
Reason: Abandoning to clean up queue. You can restore if necessary.

Changed in openstack-manuals:
status: In Progress → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.