2016-02-18 03:04:19 |
Reedip |
bug |
|
|
added bug |
2016-02-18 03:04:24 |
Reedip |
python-openstackclient: assignee |
|
Reedip (reedip-banerjee) |
|
2016-02-18 04:24:53 |
Reedip |
description |
Neutron supports router-interface-add and router-interface-delete
This support should be provided to osc while NeutronClient is migrating to OSC.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
usage: neutron router-interface-add [-h] [--request-format {json}]
ROUTER INTERFACE
Add an internal network interface to a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
reedip@reedip-VirtualBox:/opt/stack/python-openstackclient$ neutron router-interface-delete --help
usage: neutron router-interface-delete [-h] [--request-format {json}]
ROUTER INTERFACE
Remove an internal network interface from a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Neutron supports router-interface-add and router-interface-delete
This support should be provided to osc while NeutronClient is migrating to OSC.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
usage: neutron router-interface-add [-h] [--request-format {json}]
ROUTER INTERFACE
Add an internal network interface to a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
reedip@reedip-VirtualBox:/opt/stack/python-openstackclient$ neutron router-interface-delete --help
usage: neutron router-interface-delete [-h] [--request-format {json}]
ROUTER INTERFACE
Remove an internal network interface from a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These will be added as follows:
--------------------------------------------------------------
OSC Command | Implemented | Neutron command
--------------------------------------------------------------
os router add port| no |neutron router-interface-add
<router> | | <router>
<port> | | <interface>
--------------------------------------------------------------
os router remove | no | neutron router-interface-delete
port | | <router>
<router> | | <interface>
<port> | |
--------------------------------------------------------------
os router add | no | neutron router-interface-add
subnet | | <router>
<router> | | <interface>
<subnet> | |
--------------------------------------------------------------
os router remove | no | neutron router-interface-delete
subnet | | <router>
<router> | | <interface>
<subnet> | |
-------------------------------------------------------------- |
|
2016-02-18 04:26:58 |
Reedip |
description |
Neutron supports router-interface-add and router-interface-delete
This support should be provided to osc while NeutronClient is migrating to OSC.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
usage: neutron router-interface-add [-h] [--request-format {json}]
ROUTER INTERFACE
Add an internal network interface to a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
reedip@reedip-VirtualBox:/opt/stack/python-openstackclient$ neutron router-interface-delete --help
usage: neutron router-interface-delete [-h] [--request-format {json}]
ROUTER INTERFACE
Remove an internal network interface from a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These will be added as follows:
--------------------------------------------------------------
OSC Command | Implemented | Neutron command
--------------------------------------------------------------
os router add port| no |neutron router-interface-add
<router> | | <router>
<port> | | <interface>
--------------------------------------------------------------
os router remove | no | neutron router-interface-delete
port | | <router>
<router> | | <interface>
<port> | |
--------------------------------------------------------------
os router add | no | neutron router-interface-add
subnet | | <router>
<router> | | <interface>
<subnet> | |
--------------------------------------------------------------
os router remove | no | neutron router-interface-delete
subnet | | <router>
<router> | | <interface>
<subnet> | |
-------------------------------------------------------------- |
Neutron supports router-interface-add and router-interface-delete
This support should be provided to osc while NeutronClient is migrating to OSC.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
usage: neutron router-interface-add [-h] [--request-format {json}]
ROUTER INTERFACE
Add an internal network interface to a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
reedip@reedip-VirtualBox:/opt/stack/python-openstackclient$ neutron router-interface-delete --help
usage: neutron router-interface-delete [-h] [--request-format {json}]
ROUTER INTERFACE
Remove an internal network interface from a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These will be added as follows:
--------------------------------------------------------------
OSC Command | Impl | Neutron command
--------------------------------------------------------------
os router add | no |neutron router-interface-add
port | |
<router> | | <router>
<port> | | <interface>
--------------------------------------------------------------
os router | no | neutron router-interface-delete
remove port | | <router>
<router> | | <interface>
<port> | |
--------------------------------------------------------------
os router add | no | neutron router-interface-add
subnet | | <router>
<router> | | <interface>
<subnet> | |
--------------------------------------------------------------
os router | no | neutron router-interface-delete
remove subnet| | <router>
<router> | | <interface>
<subnet> | |
-------------------------------------------------------------- |
|
2016-02-18 04:27:47 |
Reedip |
description |
Neutron supports router-interface-add and router-interface-delete
This support should be provided to osc while NeutronClient is migrating to OSC.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
usage: neutron router-interface-add [-h] [--request-format {json}]
ROUTER INTERFACE
Add an internal network interface to a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
reedip@reedip-VirtualBox:/opt/stack/python-openstackclient$ neutron router-interface-delete --help
usage: neutron router-interface-delete [-h] [--request-format {json}]
ROUTER INTERFACE
Remove an internal network interface from a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These will be added as follows:
--------------------------------------------------------------
OSC Command | Impl | Neutron command
--------------------------------------------------------------
os router add | no |neutron router-interface-add
port | |
<router> | | <router>
<port> | | <interface>
--------------------------------------------------------------
os router | no | neutron router-interface-delete
remove port | | <router>
<router> | | <interface>
<port> | |
--------------------------------------------------------------
os router add | no | neutron router-interface-add
subnet | | <router>
<router> | | <interface>
<subnet> | |
--------------------------------------------------------------
os router | no | neutron router-interface-delete
remove subnet| | <router>
<router> | | <interface>
<subnet> | |
-------------------------------------------------------------- |
Neutron supports router-interface-add and router-interface-delete
This support should be provided to osc while NeutronClient is migrating to OSC.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
usage: neutron router-interface-add [-h] [--request-format {json}]
ROUTER INTERFACE
Add an internal network interface to a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
reedip@reedip-VirtualBox:/opt/stack/python-openstackclient$ neutron router-interface-delete --help
usage: neutron router-interface-delete [-h] [--request-format {json}]
ROUTER INTERFACE
Remove an internal network interface from a router.
positional arguments:
ROUTER ID or name of the router.
INTERFACE The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
optional arguments:
-h, --help show this help message and exit
--request-format {json}
DEPRECATED! Only JSON request format is supported.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
2016-02-18 08:25:03 |
OpenStack Infra |
python-openstackclient: status |
New |
In Progress |
|
2016-04-08 18:24:50 |
OpenStack Infra |
python-openstackclient: status |
In Progress |
Fix Released |
|