summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add --name-lookup-one-by-one option to server listPavlo Shchelokovskyy2018-11-021-1/+29
* | | | | | | Handle multiple ports in AddFloatingIPmelanie witt2018-11-061-8/+106
* | | | | | | Merge "Add --key-name and --key-unset option for server rebuild API."Zuul2018-11-021-0/+90
|\ \ \ \ \ \ \
| * | | | | | | Add --key-name and --key-unset option for server rebuild API.Fan Zhang2018-10-091-0/+90
* | | | | | | | Merge "Address issues from volume backend commands"Zuul2018-11-021-33/+33
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Address issues from volume backend commandsSean McGinnis2018-10-121-33/+33
* | | | | | | | Merge "Default --nic to 'auto' if creating a server with >= 2.37"Zuul2018-10-262-0/+52
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Default --nic to 'auto' if creating a server with >= 2.37Matt Riedemann2018-03-212-0/+53
* | | | | | | | Merge "Handle not having cinderclient.v1 available"Zuul2018-10-152-13/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Handle not having cinderclient.v1 availableSean McGinnis2018-10-122-13/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "Allow endpoint filtering on both project and project-domain"Zuul2018-10-121-0/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow endpoint filtering on both project and project-domainJulie Pichon2018-10-091-0/+41
* | | | | | | | | Merge "Add volume backend pool list command"Zuul2018-10-122-0/+132
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Add volume backend pool list commandSean McGinnis2018-10-092-0/+132
* | | | | | | | | Merge "Add volume backend capability show command"Zuul2018-10-122-0/+134
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | / / / / / / | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Add volume backend capability show commandSean McGinnis2018-10-092-0/+134
| |/ / / / / /
* | | | | | | Add --property option to 'server rebuild' commandRuby Loo2018-10-051-0/+21
|/ / / / / /
* | | | | | Fix 'project purge' deleting wrong project's servers and volumesJulie Pichon2018-09-141-12/+18
| |_|_|/ / |/| | | |
* | | | | Deprecate volume create --project and --user optionsAlan Bishop2018-08-101-84/+10
* | | | | Merge "Add DNS support to floating IP commands"Zuul2018-08-081-0/+12
|\ \ \ \ \
| * | | | | Add DNS support to floating IP commandsJens Harbott2018-08-061-0/+12
* | | | | | Merge "Add dns-domain support to Network object"Zuul2018-08-072-0/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add dns-domain support to Network objectPierre Hanselmann2018-04-232-0/+13
* | | | | | Fix broken gate jobsFan Zhang2018-08-071-47/+0
* | | | | | Merge "Don't sent disk_over_commit if nova api > 2.24"Zuul2018-07-251-0/+35
|\ \ \ \ \ \
| * | | | | | Don't sent disk_over_commit if nova api > 2.24Artom Lifshitz2018-07-241-0/+35
* | | | | | | Merge "Support --community in openstack image list"Zuul2018-07-251-0/+29
|\ \ \ \ \ \ \
| * | | | | | | Support --community in openstack image listNobuto Murata2018-07-241-0/+29
* | | | | | | | Merge "Implement support for project limits"Zuul2018-07-252-0/+407
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement support for project limitsLance Bragstad2018-07-232-0/+407
* | | | | | | | | Merge "Implement support for registered limits"Zuul2018-07-252-0/+533
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Implement support for registered limitsLance Bragstad2018-07-232-0/+533
* | | | | | | | | Merge "compute: host: expand kwargs in host_set() call"Zuul2018-07-251-4/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | compute: host: expand kwargs in host_set() callBenoƮt Knecht2018-07-201-4/+3
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge "Support filtering port with IP address substring"Zuul2018-07-251-0/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Support filtering port with IP address substringHongbin Lu2018-06-291-0/+18
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge "Fix error with image show when image name is None"Zuul2018-07-241-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fix error with image show when image name is NoneJake Yip2018-07-231-1/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Do not require port argument when updating floating IP"Zuul2018-07-241-6/+51
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Do not require port argument when updating floating IPyanpuqing2018-06-131-6/+51
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Pass volume snapshot size to volume createMonty Taylor2018-07-231-1/+1
| |/ / / / / |/| | | | |
* | | | | | Skip calls to glance and nova when got no serversPavlo Shchelokovskyy2018-07-091-0/+19
| |/ / / / |/| | | |
* | | | | Merge "Adding api_version to FakeApp"Zuul2018-06-291-0/+1
|\ \ \ \ \
| * | | | | Adding api_version to FakeAppTelles Nobrega2018-06-241-0/+1
* | | | | | Merge "Add ability to filter image list by tag"Zuul2018-06-291-0/+14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add ability to filter image list by tagAdam Harwell2018-06-281-0/+14
* | | | | | Merge "Compute: Add description support for flavor"Zuul2018-06-282-3/+134
|\ \ \ \ \ \
| * | | | | | Compute: Add description support for flavortianhui2018-06-202-3/+134
| |/ / / / /
* | | | | | Merge "Network: Add tag support for security group"Zuul2018-06-252-4/+171
|\ \ \ \ \ \
| * | | | | | Network: Add tag support for security groupDongcan Ye2018-06-142-4/+171