summaryrefslogtreecommitdiff
path: root/openstackclient
Commit message (Expand)AuthorAgeFilesLines
* Fix quota-update issue in LBaaSReedip2016-09-163-4/+5
* Fix Quota Support for HMsReedip2016-09-163-5/+5
* Merge "Support mark volume as bootable in volume set"Jenkins2016-09-146-1/+111
|\
| * Support mark volume as bootable in volume setqtang2016-09-146-1/+111
* | Merge "Support listing specified server's ports"Jenkins2016-09-142-5/+38
|\ \
| * | Support listing specified server's portsRui Chen2016-09-142-5/+38
* | | Merge "Multi REST API calls error handling of "volume unset" command"Jenkins2016-09-142-4/+45
|\ \ \
| * | | Multi REST API calls error handling of "volume unset" commandHuanxuan Ao2016-09-112-4/+45
* | | | Merge "Do not show "os-volume-type-access:is_public" property of volume type"Jenkins2016-09-142-3/+5
|\ \ \ \
| * | | | Do not show "os-volume-type-access:is_public" property of volume typeHuanxuan Ao2016-09-072-3/+5
* | | | | Replace 'MagicMock' with 'Mock'qtang2016-09-1429-63/+63
| |_|/ / |/| | |
* | | | Support fetching network project default quotaRui Chen2016-09-133-2/+27
* | | | Merge "Display hypervisor information without uptime"Jenkins2016-09-122-12/+87
|\ \ \ \
| * | | | Display hypervisor information without uptimeHironori Shiina2016-09-112-12/+87
* | | | | Merge "Fix regular expression for uptime in hypervisor show"Jenkins2016-09-122-2/+11
|\ \ \ \ \ | |/ / / /
| * | | | Fix regular expression for uptime in hypervisor showHironori Shiina2016-09-112-2/+11
| | |_|/ | |/| |
* | | | Merge "Set quota "per_volume_gigabytes", "backup_gigabytes" and "backups""Jenkins2016-09-122-1/+33
|\ \ \ \
| * | | | Set quota "per_volume_gigabytes", "backup_gigabytes" and "backups"Rui Chen2016-09-122-1/+33
* | | | | Merge "Add functional tests for unset multiple volume type props"Jenkins2016-09-122-0/+30
|\ \ \ \ \
| * | | | | Add functional tests for unset multiple volume type propsRui Chen2016-09-122-0/+30
| | |/ / / | |/| | |
* | | | | Merge "Trivial: Rename ListTransferRequests to ListTransferRequest"Jenkins2016-09-124-6/+6
|\ \ \ \ \
| * | | | | Trivial: Rename ListTransferRequests to ListTransferRequestTang Chen2016-09-124-6/+6
| |/ / / /
* | | | | Merge "Unit tests of quota command refactor"Jenkins2016-09-122-44/+112
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Unit tests of quota command refactorRui Chen2016-09-122-44/+112
| |/ / /
* | | | Merge "remove duplicate unit test"Jenkins2016-09-121-286/+0
|\ \ \ \
| * | | | remove duplicate unit testSteve Martinelli2016-09-101-286/+0
| | |_|/ | |/| |
* | | | Merge "Add unit test for volume type in volume v1"Jenkins2016-09-122-0/+421
|\ \ \ \ | |_|/ / |/| | |
| * | | Add unit test for volume type in volume v1Huanxuan Ao2016-09-112-0/+421
* | | | Implement "volume transfer request delete" commandHuanxuan Ao2016-09-118-0/+430
* | | | Implement "volume transfer request create" commandHuanxuan Ao2016-09-116-7/+213
|/ / /
* | | Merge "Error handling of multi REST API calls for "snapshot set" command"Jenkins2016-09-113-10/+94
|\ \ \
| * | | Error handling of multi REST API calls for "snapshot set" commandHuanxuan Ao2016-09-113-11/+100
| |/ /
* | | Merge "Add "--limit" and "--marker" options to "volume list" command"Jenkins2016-09-114-2/+140
|\ \ \
| * | | Add "--limit" and "--marker" options to "volume list" commandHuanxuan Ao2016-09-114-2/+140
| |/ /
* | | Merge "Support error handling for delete commands in volume v1"Jenkins2016-09-117-33/+411
|\ \ \
| * | | Support error handling for delete commands in volume v1Huanxuan Ao2016-09-117-33/+411
| |/ /
* | | Merge "Add importing file to import warnings"Jenkins2016-09-117-7/+28
|\ \ \ | |/ / |/| |
| * | Add importing file to import warningsDean Troyer2016-08-307-7/+28
* | | unwedge the gateSteve Martinelli2016-09-091-4/+4
* | | move all functional tests to tests moduleSteve Martinelli2016-09-0979-0/+4653
* | | move unit tests to new "unit" test moduleSteve Martinelli2016-09-08125-205/+491
* | | Merge "format token expires time to prevent json loading datetime data"Jenkins2016-09-086-9/+13
|\ \ \
| * | | format token expires time to prevent json loading datetime dataSteve Martinelli2016-09-056-9/+13
* | | | Merge "Add Subnet service-types to subnets"Jenkins2016-09-083-4/+141
|\ \ \ \
| * | | | Add Subnet service-types to subnetsBrian Haley2016-08-193-4/+141
* | | | | Merge "Defer auth prompting until it is actually needed"Jenkins2016-09-083-3/+81
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Defer auth prompting until it is actually neededDean Troyer2016-09-083-3/+81
| | |/ / | |/| |
* | | | Merge "Clean up FakeClient classes in volume fakes"Jenkins2016-09-066-78/+10
|\ \ \ \
| * | | | Clean up FakeClient classes in volume fakesHuanxuan Ao2016-08-236-78/+10
* | | | | Merge "Use assertIn(A, B) instead of assertTrue(A in B )"Jenkins2016-09-062-8/+8
|\ \ \ \ \