summaryrefslogtreecommitdiff
path: root/openstackclient
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge "Clean up app initialization and config"Zuul2019-09-112-103/+1
|\ \ \ \ \
| * | | | | Clean up app initialization and configDean Troyer2019-09-092-103/+1
* | | | | | Merge "More aggregate functional race chasing"Zuul2019-09-111-5/+3
|\ \ \ \ \ \
| * | | | | | More aggregate functional race chasingDean Troyer2019-09-101-5/+3
* | | | | | | Merge "Default to Cinder v3 API"Zuul2019-09-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Default to Cinder v3 APISean McGinnis2019-09-091-1/+1
* | | | | | | | Merge "Add floating IP Port Forwarding commands"Zuul2019-09-093-0/+950
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add floating IP Port Forwarding commandsLIU Yulong2019-08-293-0/+950
* | | | | | | | Merge "Format location columns in network commands"Zuul2019-09-0922-28/+119
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Format location columns in network commandsDean Troyer2019-08-3022-28/+119
* | | | | | | | Microversion 2.77: Support Specifying AZ to unshelvezhangbailin2019-09-032-4/+78
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Remove races in floating ip functional testsDean Troyer2019-08-311-53/+67
|/ / / / / /
* | | | | | Merge "Remove token_endpoint auth type"Zuul2019-08-295-93/+32
|\ \ \ \ \ \
| * | | | | | Remove token_endpoint auth typeDean Troyer2019-08-275-93/+32
* | | | | | | Merge "Bump hacking version"Zuul2019-08-286-33/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Bump hacking versionStephen Finucane2019-08-277-34/+35
* | | | | | | Merge "Format aggregate command fields and de-race functional tests"Zuul2019-08-273-29/+117
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Format aggregate command fields and de-race functional testsDean Troyer2019-08-263-29/+117
* | | | | | | Merge "Add CLI argument tests before making changes"Zuul2019-08-271-0/+79
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add CLI argument tests before making changesDean Troyer2019-08-221-0/+79
* | | | | | | Merge "Fix functional.base.TestCase.openstack() to optionally omit --os-auth-...Zuul2019-08-231-5/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix functional.base.TestCase.openstack() to optionally omit --os-auth-typeDean Troyer2019-08-221-5/+19
| | |_|/ / / | |/| | | |
* | | | | | Merge "Document 2.53 behavior for compute service list/delete"Zuul2019-08-221-2/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Document 2.53 behavior for compute service list/deleteMatt Riedemann2019-08-201-2/+9
* | | | | | Merge "Add 'openstack server resize (confirm|revert)' commands"Zuul2019-08-202-2/+135
|\ \ \ \ \ \
| * | | | | | Add 'openstack server resize (confirm|revert)' commandsStephen Finucane2019-08-092-2/+135
* | | | | | | Merge "Add openstack server create --boot-from-volume option"Zuul2019-08-203-2/+134
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Add openstack server create --boot-from-volume optionMatt Riedemann2019-08-093-2/+134
* | | | | | | Merge "Fix <id> description for --block-device-mapping"Zuul2019-08-201-2/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix <id> description for --block-device-mappingMatt Riedemann2019-08-091-2/+1
* | | | | | | Merge "Support type=image with --block-device-mapping option"Zuul2019-08-202-6/+111
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Support type=image with --block-device-mapping optionMatt Riedemann2019-08-092-6/+111
* | | | | | | Merge "Fix compute service set handling for 2.53+"Zuul2019-08-202-11/+156
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | Fix compute service set handling for 2.53+Matt Riedemann2019-08-092-11/+156
* | | | | | Merge "Make configuration show not require auth"Zuul2019-08-095-54/+144
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Make configuration show not require authDean Troyer2019-08-015-54/+144
| | |/ / / | |/| | |
* | | | | Merge "openstack port create support --extra-dhcp-option"Zuul2019-08-012-2/+70
|\ \ \ \ \
| * | | | | openstack port create support --extra-dhcp-optionzhouhenglc2019-07-252-2/+70
| |/ / / /
* | | | | Merge "Mention compute service set --up|--down requires 2.11 or greater"Zuul2019-08-011-2/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Mention compute service set --up|--down requires 2.11 or greaterMatt Riedemann2019-07-241-2/+4
| |/ / /
* | | | Merge "Support IPv6 addresses better"Zuul2019-08-013-12/+54
|\ \ \ \ | |/ / / |/| | |
| * | | Support IPv6 addresses betterBrian Haley2019-07-153-12/+54
* | | | Merge "Add host and hypervisor_hostname to create servers"Zuul2019-07-232-0/+260
|\ \ \ \
| * | | | Add host and hypervisor_hostname to create serverszhu.boxiang2019-07-192-0/+260
| |/ / /
* | | | Update api-ref locationAndreas Jaeger2019-07-221-19/+19
* | | | Merge "Fix BFV server list handling with --name-lookup-one-by-one"Zuul2019-07-192-9/+30
|\ \ \ \
| * | | | Fix BFV server list handling with --name-lookup-one-by-onemelanie witt2019-06-282-9/+30
| |/ / /
* | | | docs: clarify compute service --service optionMatt Riedemann2019-07-011-2/+4
|/ / /
* | | Merge "Use cliff formattable columns in identity commands"Zuul2019-06-2311-87/+140
|\ \ \
| * | | Use cliff formattable columns in identity commandsAkihiro Motoki2019-06-2211-87/+140