summaryrefslogtreecommitdiff
path: root/openstackclient/network/v2
Commit message (Collapse)AuthorAgeFilesLines
* SDK refactor: Prepare network agent commandsHuanxuan Ao2017-01-151-4/+20
| | | | | | | | Prepare the OSC "network agent" commands for the SDK refactor. Partially-Implements: blueprint network-command-sdk-support Closes-bug: #1656542 Change-Id: I6745f5ffb04b009487e6cb36d1807dce9b248b4c
* Fix floating IP delete and show by IPDean Troyer2017-01-141-2/+79
| | | | | | | | | | | The floating IP delete and show commands did not work using IP addresses as the selector, only ID. The SDK floating_ip resource does not support but OSC does, so we have to do it ourselves. Now with more SDK 0.9.10 support! Change-Id: Iea1b57cded6b16a56a06af87ab8f1fa001a3485e Closes-bug: 1656402
* Merge "fix functional tests for network agents"Jenkins2017-01-131-2/+2
|\
| * fix functional tests for network agentsSteve Martinelli2017-01-131-2/+2
| | | | | | | | | | | | | | As of SDK v0.9.11 the get_agent method no longer supports the "ignore_missing" parameter. Change-Id: Id655bf8499ed1a102a6bf583927cf66139581ab0
* | Fix security group rule list for NEtwork v2Dean Troyer2017-01-131-19/+26
|/ | | | | | | Fix the formatting of Port Range in the security group rule list command for Network v2 to handle SDK changes. Change-Id: Id954cbfaedbb74f60125ebda91f80db751759933
* Fix Network QoS rule CLI attrs parsingRodolfo Alonso Hernandez2017-01-121-4/+4
| | | | | | | | Allows to set zero values in the CLI parameters for Network QoS rule. Change-Id: Ie0e045ff4888615d68804fd739d5b995ca11e9a1 Closes-Bug: #1655947
* Merge "Add support for Network QoS rule commands"Jenkins2017-01-111-0/+356
|\
| * Add support for Network QoS rule commandsRodolfo Alonso Hernandez2017-01-091-0/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added following commands: - network qos rule create --type minimum-bandwidth dscp-marking limit-bandwidth - network qos rule delete - network qos rule list - network qos rule set - network qos rule show Closes-Bug: 1609472 Depends-On: I2e8869750024a8ccbc7777b95fe8ef6e26ec0885 Depends-On: Ife549ff6499217ca65e2554be8ef86ea7866b2d8 Change-Id: Ib3e1951f0917f5f23c8d9e0a380d19da2b3af5f0
* | Fix Octavia gate breakage caused by _get_columns()Nir Magnezi2017-01-091-3/+3
|/ | | | | | | | | | | The above mentioned function tries to extract keys() from an item which is type class. This patch fixes the issue by converting item to dict by using to_dict(). Change-Id: Ida520ae9fe64171d105f486ba06eda127a24547b Closes-Bug: #1654887
* Merge "OSC Network Meter"Jenkins2017-01-081-0/+190
|\
| * OSC Network MeterAnkur Gupta2017-01-011-0/+190
| | | | | | | | | | | | | | | | | | | | | | | | Implement Neutron feature of Metering into OpenStack Client. Meter Rules will be implemented in seperate patchset. Partially Implements: blueprint neutron-client-metering Change-Id: Ie82d42759504cbdb1c991c5183c1f0adf59e60fe
* | Merge "Add options to allow filtering on agent list"Jenkins2017-01-081-1/+40
|\ \
| * | Add options to allow filtering on agent listZhou Zhihong2017-01-051-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add options to allow filtering via --agent-type and --host on agent list Change-Id: I1800f0777aa92a76b4b95f64f8acc18454809e81 Closes-Bug: #1641868 Partially-Implements: blueprint network-commands-options
* | | Fix "ip availability show" commandHuanxuan Ao2017-01-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SDK refactor broken ip availability show functional test, We can not find a ip availability by network name but only network ID, so we find network and get the ID first, then find the ip availability by the network ID. Closes-Bug: 1653139 Change-Id: I246163fb875e2cdb9e5b091bac500a94268e8aa9
* | | Update the description formatzhiyong.dai2017-01-032-2/+6
| |/ |/| | | | | | | | | | | | | In network_qos_rule_type.py, network_service_provider.py, server.py and volume_snapshot.py, the description format is using """ """. In this patch, the former format is replaced with "_description = _( )". Change-Id: I6863b01d3534e033df745070037ee45286745c92
* | Merge "Fix a spelling error"Jenkins2016-12-281-1/+1
|\ \
| * | Fix a spelling errorJingLiu2016-12-261-1/+1
| | | | | | | | | | | | Change-Id: Ic14c769d99986d5c51d26fc276f4d47d6fba3265
* | | Merge "Add '--type'and other options to network rbac list"Jenkins2016-12-261-1/+35
|\ \ \
| * | | Add '--type'and other options to network rbac listguiyanxing2016-12-211-1/+35
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | This patch adds '--type','--action','--long' filtering options to network rbac list command Change-Id: I21846820ab223bb7832e89eb2d7658bbec271aec Closes-Bug: #1648307 Partially-Implements: blueprint network-commands-options
* | | Add support for QoS rule type commandsRodolfo Alonso Hernandez2016-12-221-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added following commands: - network qos rule type list Closes-Bug: 1612194 Depends-On: Iecf7bc7acd244a842aae963993f37a64a26b43b9 Change-Id: I38af823c726ceaba9d0b45488fa48e2d93971c92
* | | Merge "Introduce overwrite functionality in ``osc router set``"Jenkins2016-12-211-12/+15
|\ \ \ | |/ / |/| |
| * | Introduce overwrite functionality in ``osc router set``Reedip2016-12-191-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | The overwrite functionality allows user to overwrite the routes of a specific router. Change-Id: I8d3cfe5cab2ffbfa046371c3adcd2cf446c91cbc partially-implements: blueprint allow-overwrite-set-options
* | | Add support for clearing router gatewayReedip2016-12-191-0/+7
|/ / | | | | | | | | | | | | | | | | This patch adds the support to clear the gateway information from a router. Change-Id: I446c556750f080a6fc21fea8f531fd71838d648a Implements: blueprint neutron-client-advanced-router Partially-Implements: blueprint network-commands-options
* | Merge "Add support for setting router gateway"Jenkins2016-12-191-4/+54
|\ \
| * | Add support for setting router gatewayReedip2016-12-171-4/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the support to set the gateway information for a router. Implements: blueprint neutron-client-advanced-router Partially-Implements: blueprint network-commands-options Change-Id: Ifb5a4d1965cd7e75c0c8cf2cfb677e0628b699dc Depends-On: I2bda0dd40afd64b6cecca5f64ef2326bda4fac92
* | | Merge "Add filtering options to the address scope list command"Jenkins2016-12-181-1/+60
|\ \ \
| * | | Add filtering options to the address scope list commandYan Xing'an2016-12-181-1/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --name, --ip-version, --project, --project-domain, --share, --no-share options to the address scope list command. Change-Id: I8ece8da473d07dfc21dfb5b17de47624241f0142 Closes-Bug: #1636046 Partially-Implements: blueprint network-commands-options
* | | | Merge "SDK refactor: Prepare network commands"Jenkins2016-12-161-10/+47
|\ \ \ \
| * | | | SDK refactor: Prepare network commandsSindhu Devale2016-12-151-10/+47
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "network" commands for the SDK refactor. Change-Id: I50680f6675905f2147fee94cce8c1ed9c81dac0a Partially-Implements: blueprint network-command-sdk-support
* | | | Merge "SDK Refactor: Prepare port commands"Jenkins2016-12-151-22/+30
|\ \ \ \
| * | | | SDK Refactor: Prepare port commandsAbhishek Raut2016-12-131-22/+30
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "port" commands for the SDK refactor. See [1] for details. Also fixed a typo in the UT. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I0e37d6c04f3d8e81fdfd50ac26eea9b5a5fb2ff9 Partially-Implements: blueprint network-command-sdk-support
* | | | Merge "[TrivialFix] Fix typo error"Jenkins2016-12-151-1/+1
|\ \ \ \
| * | | | [TrivialFix] Fix typo errorjeckxie2016-12-141-1/+1
| |/ / / | | | | | | | | | | | | Change-Id: Iaba9ba22de044b34b4b77f81bcdccda13af81405
* | | | SDK Refactor: Prepare router commandsYan Xing'an2016-12-121-4/+17
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "router" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I2fa12943a65e3981b924e6cea9ed041682ec54b2 Partially-Implements: blueprint network-command-sdk-support
* | | Add extra filtering options to floating ip listsongminglong2016-12-091-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch adds filtering '--long', 'status', '--project', '--project-domain' and '--router' options to floating ip list command. Closes-Bug: #1614379 Partially-Implements: blueprint network-commands-options Change-Id: I2a02cf23845ff435927d8b481f77249915bd94dc
* | | Merge "SDK Refactor: Prepare ip availability commands"Jenkins2016-12-081-8/+10
|\ \ \
| * | | SDK Refactor: Prepare ip availability commandsAnkur Gupta2016-12-041-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepared the OSC "ip availability" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: Ia22e9fafec0a91ba1b0f1ce825fcaf1d8cbbbf88 Partially-Implements: blueprint network-command-sdk-support
* | | | Merge "Add "dns-name" option to "os port create" and "os port set""Jenkins2016-12-081-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Add "dns-name" option to "os port create" and "os port set"Nam Nguyen Hoai2016-12-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch added a "dns-name" option to "os port create" and "os port set" command. Change-Id: I360e2c9a1970e64fe17e4561d7618f860b937373 Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com> Partial-Bug: #1612136 Partially-Implements: blueprint network-commands-options
* | | | Merge "Add '--project' and '--project-domain' options to os cmds"Jenkins2016-12-053-2/+47
|\ \ \ \
| * | | | Add '--project' and '--project-domain' options to os cmdsNam Nguyen Hoai2016-12-013-2/+47
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch added '--project' and '--project-domain' options to filter subnets resulted by 'os subnet list', 'os floating ip create' and 'os security group list' commands. Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com> Change-Id: I727663d49ffa6aa042fdeb60797f18bb753b0372 Closes-Bug: #1613231 Closes-Bug: #1610909 Closes-Bug: #1613629 Partially-Implements: blueprint network-commands-options
* | | | Avoid duplicated project_id when show network resourcesjudy-yu2016-12-043-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project_id appear twice when show network resources. This patch check and not append if it already has one. Change-Id: I744988f3f52d4a744e397a6a82fefdc4c17eacbf Closes-Bug: #1636123 Partially-Implements: blueprint duplicated-project-id
* | | | Merge "SDK Refactor: Prepare security group rule commands"Jenkins2016-12-021-9/+11
|\ \ \ \
| * | | | SDK Refactor: Prepare security group rule commandsAbhishek Raut2016-11-191-9/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "security group rule" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I5553e40fe90f3a26d3f462a69f1a424032479d49 Partially-Implements: blueprint network-command-sdk-support
* | | | Merge "SDK Refactor: Prepare network rbac commands"Jenkins2016-12-021-12/+14
|\ \ \ \
| * | | | SDK Refactor: Prepare network rbac commandsAbhishek Raut2016-11-191-12/+14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "network rbac" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I6f25e167d7f933667173b04a4b0ad55baf3c56f2 Partially-Implements: blueprint network-command-sdk-support
* | | | Merge "SDK Refactor: Prepare network qos policy commands"Jenkins2016-12-021-11/+18
|\ \ \ \
| * | | | SDK Refactor: Prepare network qos policy commandsAbhishek Raut2016-11-191-11/+18
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "network qos policy" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Change-Id: I12dd8bda40801c26176a73646ed87aea66f09fcc Partially-Implements: blueprint network-command-sdk-support
* | | | Merge "SDK Refactor: Prepare subnet commands"Jenkins2016-12-021-10/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | SDK Refactor: Prepare subnet commandsAbhishek Raut2016-11-191-10/+21
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "subnet" commands for the SDK refactor. See [1] for details. [1] https://etherpad.openstack.org/p/osc-network-command-sdk-support Partially-Implements: blueprint network-command-sdk-support Change-Id: I5d58b189e822b2ee61c9c95ccf909113ff59de46