summaryrefslogtreecommitdiff
path: root/openstackclient
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Add '--type'and other options to network rbac listguiyanxing2016-12-212-2/+98
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | WIP: Skip broken functional tests...Dean Troyer2016-12-239-0/+28
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...so we don't have to fix them all in one review. Do not merge this until https://review.openstack.org/#/c/414649 is merged and funtional tests pass. Change-Id: I4f187111d3e4d8c4a613c20a946d6b5d3562e879
* | | | | | | | | Merge "Should support 'auto' and 'none' as network parameter when boot ↵Jenkins2016-12-231-30/+36
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instances"
| * | | | | | | | | Should support 'auto' and 'none' as network parameter when boot instancesKevin_Zheng2016-12-221-30/+36
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nova added support using 'auto' and 'none' as network parameters since microversion 2.37: http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/rest_api_version_history.rst#n389 we should also add support for this in OSC. Change-Id: I6e5f616dfa48895ebd13144effe9fda7cb94c649 Closes-bug: #1651288
* | | | | | | | | Add support for QoS rule type commandsRodolfo Alonso Hernandez2016-12-224-0/+177
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-212-27/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | Introduce overwrite functionality in ``osc router set``Reedip2016-12-192-27/+50
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The overwrite functionality allows user to overwrite the routes of a specific router. Change-Id: I8d3cfe5cab2ffbfa046371c3adcd2cf446c91cbc partially-implements: blueprint allow-overwrite-set-options
* | | | | | | | Merge "Modified API calls in os usage"Jenkins2016-12-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Modified API calls in os usagejiahui.qiang2016-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We usually call v3 keystoneclient APIs for V2 OSC, this patch modified 'tenants' to 'projects'. Change-Id: Idbf74f098cd1386aa675c081480b89bbc11c8534
* | | | | | | | | Merge "Add one test for "backup set" command"Jenkins2016-12-211-0/+24
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Add one test for "backup set" commandzhiyong.dai2016-12-191-0/+24
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The former tests for "backup set" command miss a test for '--description' option. In this patch, one relative test is added. Change-Id: Ie755d56a68a666d48751ab1ad20c8edb50e69b94
* | | | | | | | Add support for clearing router gatewayReedip2016-12-192-0/+20
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-192-7/+163
|\ \ \ \ \ \ \
| * | | | | | | Add support for setting router gatewayReedip2016-12-172-7/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | Tivial:update the description format in volume_snapshot.pyzhiyong.dai2016-12-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the old description format with "_description = _( )" Change-Id: I36d61621309cfceefbd1ab1b930fa94b4bad2036
* | | | | | | | Merge "Add filtering options to the address scope list command"Jenkins2016-12-182-1/+158
|\ \ \ \ \ \ \ \
| * | | | | | | | Add filtering options to the address scope list commandYan Xing'an2016-12-182-1/+158
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Add --default option to "volume type list""Jenkins2016-12-183-11/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | Add --default option to "volume type list"jiahui.qiang2016-12-063-11/+50
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--default" option to volume v2's "type list" command, it will show which volume type the volume service has set as default. Implements: bp cinder-command-support Change-Id: Iae7ebc633ebe5554cc88390a84361887ec211fb2
* | | | | | | | Merge "Add some options to "volume create" command"Jenkins2016-12-164-0/+360
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add some options to "volume create" commandjiahui.qiang2016-12-064-0/+360
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--bootable", "--non-bootable", "--read-only" and "--read-write" options to "volume create" command for setting some attributes at the time of crration. Change-Id: I71b4e9fccb4ee0ab1a90e7179d6d2d34dbbae909 Implements: bp cinder-command-support
* | | | | | | Merge "SDK refactor: Prepare network commands"Jenkins2016-12-163-33/+100
|\ \ \ \ \ \ \
| * | | | | | | SDK refactor: Prepare network commandsSindhu Devale2016-12-153-33/+100
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare the OSC "network" commands for the SDK refactor. Change-Id: I50680f6675905f2147fee94cce8c1ed9c81dac0a Partially-Implements: blueprint network-command-sdk-support
* | | | | | | Add ploop to supported disk formatsMikhail Feoktistov2016-12-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This format is used for containers for Virtuozzo hypervisor Closes-Bug: 1650342 Change-Id: Ic79f29a1fe9ea5016d3d5520c2b06e39da01ff61
* | | | | | | Merge "SDK Refactor: Prepare port commands"Jenkins2016-12-153-24/+35
|\ \ \ \ \ \ \
| * | | | | | | SDK Refactor: Prepare port commandsAbhishek Raut2016-12-133-24/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-152-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | [TrivialFix] Fix typo errorjeckxie2016-12-142-2/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaba9ba22de044b34b4b77f81bcdccda13af81405
* | | | | | | | Merge "SDK Refactor: Prepare router commands"Jenkins2016-12-153-8/+24
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SDK Refactor: Prepare router commandsYan Xing'an2016-12-123-8/+24
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "--remote-source" option to "volume snapshot create" commandHuanxuan Ao2016-12-122-7/+60
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--remote-source" option to "volume snapshot create" command to support creating snapshot from an existing remote snapshot in volume v2 (v2 only), also add the doc, unit tests and release note. Change-Id: I9e5fad4f0db5b44d528eb6b930edbc816e392c3a Implements: bp cinder-command-support Closes-Bug: #1618676 Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
* | | | | | Merge "Add extra filtering options to floating ip list"Jenkins2016-12-092-0/+166
|\ \ \ \ \ \
| * | | | | | Add extra filtering options to floating ip listsongminglong2016-12-092-0/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Add unit tests for server create in computev2"Jenkins2016-12-091-0/+151
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add unit tests for server create in computev2jiahui.qiang2016-11-281-0/+151
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unit tests for server create is not completed. Some of the code in take_action has not been tested. Change-Id: Ifd3f42400408d3437e0bc6cd42acbb6db861b1f3
* | | | | | Merge "Add '--force' option to 'volume snapshot delete' command"Jenkins2016-12-082-4/+28
|\ \ \ \ \ \
| * | | | | | Add '--force' option to 'volume snapshot delete' commandHuanxuan Ao2016-12-082-4/+28
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add '--force' option to 'volume snapshot delete' command in volume v2 (v2 only) to allow delete in state other than error or available. Change-Id: Ie8991e9a630d7c7e9ac6c6870aed787bbcebacf2 Closes-Bug: #1597195
* | | | | | Merge "Add "consistency group set" command"Jenkins2016-12-082-1/+102
|\ \ \ \ \ \
| * | | | | | Add "consistency group set" commandzhiyong.dai2016-12-062-1/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "consistency group set" command in volume v2 (v2 only). Change-Id: I53116015388b7a4b0e15813f52c1246166bb0fc1 Implements: bp cinder-command-support Partial-Bug: #1613964
* | | | | | | Merge "Fix description errors in volume fakes"Jenkins2016-12-081-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix description errors in volume fakesjiahui.qiang2016-11-271-3/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In volumev2 fakes.py. Description of some 'get_*' methods is incorrect. the error will mislead the user. this patch has already fixed it. Change-Id: I048e3c2b625c7b54ab19f2b923d4970427f277ff
* | | | | | | Merge "Add options to "volume snapshot list" command"Jenkins2016-12-084-11/+256
|\ \ \ \ \ \ \
| * | | | | | | Add options to "volume snapshot list" commandjiahui.qiang2016-11-264-11/+256
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "--name", "--status" and "--volume" options to "volume snapshot list" command for filtering results. Change-Id: I72db1abce7701f31598deec34801a4d1f5713870 Closes-Bug:#1645252
* | | | | | | Merge "Adjust the code sequence in consistency_group.py"Jenkins2016-12-081-45/+42
|\ \ \ \ \ \ \
| * | | | | | | Adjust the code sequence in consistency_group.pyzhiyong.dai2016-12-041-45/+42
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Place "CreateConsistencyGroup" above "DeleteConsistencyGroup" Change-Id: I554a8e445fee0760450b2da3b5c4a4f3b2434d60
* | | | | | | Merge "Add "consistency-group-snapshot" option to consistency group create"Jenkins2016-12-082-6/+56
|\ \ \ \ \ \ \
| * | | | | | | Add "consistency-group-snapshot" option to consistency group createHuanxuan Ao2016-12-072-6/+56
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "consistency-group-snapshot" option to "consistency group create" command to support for creating consistency group from existing consistency group snapshot Implements: bp cinder-command-support Partial-Bug: #1613964 Change-Id: I54c265d38299f4973945ba99e30042bcf47859c0
* | | | | | | Merge "SDK Refactor: Prepare ip availability commands"Jenkins2016-12-083-11/+20
|\ \ \ \ \ \ \
| * | | | | | | SDK Refactor: Prepare ip availability commandsAnkur Gupta2016-12-043-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "volume host set" command"Jenkins2016-12-082-0/+136
|\ \ \ \ \ \ \ \