Network Router-Interface CRUD
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Neutron supports router-
This support should be provided to osc while NeutronClient is migrating to OSC.
~~~~~~~
usage: neutron router-
Add an internal network interface to a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|
optional arguments:
-h, --help show this help message and exit
--request-format {json}
reedip@
usage: neutron router-
Remove an internal network interface from a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|
optional arguments:
-h, --help show this help message and exit
--request-format {json}
~~~~~~~
Changed in python-openstackclient: | |
assignee: | nobody → Reedip (reedip-banerjee) |
description: | updated |
description: | updated |
description: | updated |
Fix proposed to branch: master /review. openstack. org/281691
Review: https:/