"router unset --route" option does not work

Bug #1631471 reported by Choe, Cheng-Dae
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
Fix Released
Undecided
Choe, Cheng-Dae

Bug Description

router unset does not works.

first let's add a routing entry.

$ openstack router set --route destination=10.10.10.0/24,gateway=10.195.0.60 my-router

and removing same routing entry failed with there is no route entry.

$ openstack router unset --route destination=10.10.10.0/24,gateway=10.195.0.60 my-router
Router does not contain route {u'destination': u'10.10.10.0/24', u'gateway': u'10.195.0.60'}

Tags: network
Richard Theis (rtheis)
tags: added: network
Changed in python-openstackclient:
assignee: nobody → Choe, Cheng-Dae (whitekid)
Changed in python-openstackclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/383854
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=2bbb482106d9ec97537d4604096a3fca1ddae2d4
Submitter: Jenkins
Branch: master

commit 2bbb482106d9ec97537d4604096a3fca1ddae2d4
Author: Choe, Cheng-Dae <email address hidden>
Date: Sat Oct 8 02:50:25 2016 +0900

    Fix router unset --route option

    Fix the "--route" option one the "os route unset" command. The option
    did not convert gateway to nexthop which results "Router does not contain
    route" error.

    Change-Id: Ia57bc7ea77ad7c6030535180a6ce42b4928c9e56
    Closes-Bug: 1631471

Changed in python-openstackclient:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-openstackclient 3.4.0

This issue was fixed in the openstack/python-openstackclient 3.4.0 release.

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.