Launchpad

Router set --route option does not work

This bug affects 1 person

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= 10.10.10. 0/24,gateway= 10.10.10. 1 foo
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' destination' , u'gateway']).", "type": "HTTPBadRequest", "detail": ""}}

Fixing this bug must follow devref https:/ /review. openstack. org/#/c/ 297718/ to ensure new values are appended.

Note: Unset support for this option is tracked under the following blueprint: https:/ /blueprints. launchpad. net/python- openstackclient /+spec/ network- property- unset

Read the original on bugs.launchpad.net ↗