Router set --route option does not work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
Fix Released
|
Medium
|
Richard Theis |
Bug Description
The router set --route option does not work.
$ openstack router set --route destination=
HttpException: Bad Request
Neutron error details:
RESP BODY: {"NeutronError": {"message": "Invalid input for routes. Reason: Validation of dictionary's keys failed. Expected keys: set(['nexthop', 'destination']) Provided keys: set([u'
Fixing this bug must follow devref https:/
Note: Unset support for this option is tracked under the following blueprint: https:/
Changed in python-openstackclient: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
summary: |
- router set --route option does not work + Router set --route option does not work |
Changed in python-openstackclient: | |
assignee: | nobody → Richard Theis (rtheis) |
Fix proposed to branch: master /review. openstack. org/301870
Review: https:/