summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Remove mox/mox3 usage from test_cli20_network.py"Zuul2018-03-222-135/+183
|\ \ | |/
| * Remove mox/mox3 usage from test_cli20_network.pyHongbin Lu2018-03-192-135/+183
| | | | | | | | | | Change-Id: I3c9f53e57ef7fc38b0d4b2eb3138902004cff2b3 Partial-Bug: #1753504
* | Merge "Updated from global requirements"Zuul2018-03-161-1/+1
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2018-03-151-1/+1
| | | | | | | | | | | | Change-Id: Ib897d23991b49d7efe68876f51b095c36fb91958
* | | Merge "Enable VPNaaS functional tests in the neutronclient gate"Zuul2018-03-161-0/+1
|\ \ \
| * | | Enable VPNaaS functional tests in the neutronclient gateCao Xuan Hoang2018-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is enable VPNaaS functional tests in gate after the project come back. This is follow up the latter of [1]. [1] https://review.openstack.org/#/c/404366/ Change-Id: Idc9a021dc5916757b3698bd74866db2e7f824475
* | | | Merge "Fix the assertion of standard error text"Zuul2018-03-151-1/+1
|\ \ \ \
| * | | | Fix the assertion of standard error textHongbin Lu2018-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the test 'test_run_unknown_command', we assert the exact matching of stderr output stream but this will break if there are extra output. An example is the deprecation warning outputted by any library neutronclient depends on. Change-Id: Ia80c13be5afd97ed1ada8ead70888971f0159647 Closes-Bug: #1755575
* | | | | Merge "Remove mox/mox3 usage from test_name_or_id.py"Zuul2018-03-151-85/+101
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Remove mox/mox3 usage from test_name_or_id.pyHongbin Lu2018-03-141-85/+101
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iefaeb45312177be172858203715bdc1db88e6add Partial-Bug: #1753504
* | | | | Merge "Remove mox/mox3 usage from test_cli20_port.py"Zuul2018-03-152-15/+20
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Remove mox/mox3 usage from test_cli20_port.pyHongbin Lu2018-03-142-15/+20
| | | | | | | | | | | | | | | | | | | | Change-Id: I0ea56965b0753b56bd51ddace0f180723ac6c432 Partial-Bug: #1753504
* | | | Merge "Remove mox/mox3 usage from test_cli20_tag"Zuul2018-03-131-36/+35
|\ \ \ \ | |/ / /
| * | | Remove mox/mox3 usage from test_cli20_tagHongbin Lu2018-03-121-36/+35
| | | | | | | | | | | | | | | | | | | | Change-Id: I2570d45b155d968c6711a10012cd38619e83e4a2 Partial-Bug: #1753504
* | | | Merge "Remove mox/mox3 usage from test_quota"Zuul2018-03-132-15/+39
|\ \ \ \ | |/ / /
| * | | Remove mox/mox3 usage from test_quotaHongbin Lu2018-03-122-15/+39
| | | | | | | | | | | | | | | | | | | | Change-Id: I879a3ae40d13e0a41b655ee028640463aa809c8b Partial-Bug: #1753504
* | | | Merge "Updated from global requirements"Zuul2018-03-131-1/+1
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2018-03-101-1/+1
| |/ / / | | | | | | | | | | | | Change-Id: I2db9e43b98a209d654c1749576235bd8260c0fc5
* | | | Remove bogus ID column from ListRoutesAdvertisedBySpeakerJens Harbott2018-03-061-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | The routes shown by ListRoutesAdvertisedBySpeaker only contain the destination and the next_hop fields, so drop the ID column that is always empty anyway. Change-Id: Idc19ebb55d8eb30e61fd1f9101512279e00b6f0b
* | | Merge "Consume column utils from osc-lib"Zuul2018-02-2126-385/+263
|\ \ \
| * | | Consume column utils from osc-libAkihiro Motoki2018-01-2926-385/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get_column_definitions() and get_columns() in neutronclient.osc.utils have been migrated to osc-lib 1.8.0 (or later), so we no longer need to maintain our own versions. This commit consumes osc-lib versions. The workaround in firewallrule.py is no longer needed with osc-lib 1.8.0 as the original bug has been fixed in osc-lib 1.8.0 (osc-lib commit 8cbdcde6076fa1df40e00d3e16bf140a59aa6273). Change-Id: I4b9243b0fdb4ca744cc3f85371cb066a456f1d42
* | | | Updated from global requirementsOpenStack Proposal Bot2018-02-171-1/+1
| | | | | | | | | | | | | | | | Change-Id: I045b436539616b8ec3213b65467bbb75c931e2da
* | | | Merge "Drop neutronclient-specific cliff sphinx extension"Zuul2018-02-133-390/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Drop neutronclient-specific cliff sphinx extensionAkihiro Motoki2018-01-293-390/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously neutronclient has its own variant of cliff sphinx extension to support cliff app autodocument (cliff-app directive). The feature has been implemented in cliff 2.10.0. This patch switches to the cliff official version. The cliff official version also contains several nice fixes around the sphinx extension. Change-Id: If542fdf88ef57ec3ce8ecc017127b5dc194e6c9a
* | | Merge "Updated from global requirements"Zuul2018-01-291-1/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2018-01-241-1/+1
| | | | | | | | | | | | | | | | Change-Id: I1add04870af21a1e453fed7b6a2a34e70a646ad8
* | | | Merge "Update reno for stable/queens"Zuul2018-01-292-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Update reno for stable/queensOpenStack Release Bot2018-01-262-0/+7
| | | | | | | | | | | | | | | | Change-Id: Ib72ee3b92a279434c7ecfd06f0cc3bc9aa0d8b9e
* | | | Merge "osc, bgpvpn: add support for 'local_pref' BGPVPN attribute"Zuul2018-01-263-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | osc, bgpvpn: add support for 'local_pref' BGPVPN attributeThomas Morin2018-01-233-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds support for the 'local_pref' attribute of the BGPVPN resource. Change-Id: I330a18212d4d68faf79ef5a16e304bc3406ce7ff Partially-Implements: blueprint routes-control
* | | | Merge "Add commands to support BGP VPN route control new API extension"queens-em6.7.0Zuul2018-01-2512-7/+499
|\ \ \ \ | |/ / /
| * | | Add commands to support BGP VPN route control new API extensionÉdouard Thuleau2018-01-2212-7/+499
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Networking-bgpvpn API extension [0] brings new API calls. That patch adds command to OSC CLI to support them. It does not implement all the API extension, still missing new router attribute 'advertise_extra_routes' and the BGP VPN 'local_pref' attribute. [0] https://developer.openstack.org/api-ref/network/v2/index.html#port-associations Change-Id: I45a160b0caec534d517b103db91dc738c006978b Partially-Implements: blueprint routes-control Depends-On: I263e1ee6cf4e1a91be91a4a78f4a160f64d33cc6
* | | Merge "Define IpAddressAlreadyAllocated exception"Zuul2018-01-243-0/+12
|\ \ \
| * | | Define IpAddressAlreadyAllocated exceptionHongbin Lu2018-01-233-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This exception will raise when creating a port with an IP allocated IP address. This exception needs to be defined in client so that nova can catch it and perform the error handling. Needed-By: I5bee9ae18764b6f285ecc5e8d7148a1019c74701 Change-Id: Ie1d4581d334e1ec491e56371c62978945ae24a44 Related-Bug: #1744103
* | | | Fix broken linksgaofei2018-01-241-7/+7
| |/ / |/| | | | | | | | Change-Id: I4b00a24e5adb2ac6b62218d152aef88fac2d6396
* | | Merge "Updated from global requirements"Zuul2018-01-211-1/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2018-01-181-1/+1
| |/ / | | | | | | | | | Change-Id: Ic8c98ad03917ed628453c28200defed000592045
* | | Merge "Add correlation type "nsh" to both PPs and PCs"Zuul2018-01-182-2/+3
|\ \ \
| * | | Add correlation type "nsh" to both PPs and PCsIgor Duarte Cardoso2017-11-032-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add correlation type "nsh" to both Port Pair and Port Create commands' help descriptions. The NSH correlation/encapsulation has been added to networking-sfc and this patch makes the client show the option in the help description. Change-Id: Ib25d24cd05e994b7865641a8235d36c741533488 Partial-Bug: #1625278
* | | | Merge "VNI support in BGPVPN CLI"Zuul2018-01-184-0/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | VNI support in BGPVPN CLIDeepthi V V2018-01-164-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to support VNI attribute through BGPVPN CLIs Change-Id: I1f828ef965d5b117539b88a290e2b9b966016336 Partial-Bug: #1590908 Depends-On: I3d47000bb0ad8434f88d016acb5b05fb7142e47a
* | | | Merge "Updated from global requirements"Zuul2018-01-161-1/+1
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2018-01-161-1/+1
| |/ / / | | | | | | | | | | | | Change-Id: Ibfc6c074416de0dab68b37623d64b7e737849431
* | | | Merge "Add VPNaaS commands for OSC plugin"Zuul2018-01-1620-0/+3394
|\ \ \ \ | |/ / / |/| | |
| * | | Add VPNaaS commands for OSC pluginCao Xuan Hoang2018-01-1520-0/+3394
| | | | | | | | | | | | | | | | | | | | Closes-Bug: 1669252 Change-Id: I447f5c50725fc0d9d8a1574ad5e28772f472fba9
* | | | Merge "Add 'revision_number' to update_* API"Zuul2018-01-152-20/+89
|\ \ \ \ | |/ / / |/| | |
| * | | Add 'revision_number' to update_* APIHongbin Lu2018-01-032-20/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows API consumers to leverage the If-Match HTTP header to conditionally update a resource Change-Id: Iaa98ce0436dad3d93cd295090f660c729899a0c8 Partial-Bug: #1737473 Related-Bug: #1417975
* | | | Merge "Add Logging commands for OSC plugin"Zuul2018-01-129-1/+1085
|\ \ \ \
| * | | | Add Logging commands for OSC pluginYushiro FURUKAWA2018-01-119-1/+1085
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit supports Logging CLI as OSC plugin[1]. [1] https://bugs.launchpad.net/neutron/+bug/1468366 Depends-On: Ib8668dd25ee7c5000a6dafcc7db3dbc33ad190be Partially-implements: blueprint security-group-logging Change-Id: If9a5e0e3958ea32f4c0d3573efcb3ac4101c63a6
* | | | Merge "Consume tempest CLIClient keystone v3 support"Zuul2018-01-111-16/+3
|\ \ \ \