summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/compute/v2/test_server.py
Commit message (Expand)AuthorAgeFilesLines
* Re-implement novaclient bits removed in 10.03.14.2Dean Troyer2018-04-201-40/+184
* Merge "Send 'changes-since' instead of 'changes_since' query parameter"3.13.0Zuul2017-12-131-2/+2
|\
| * Send 'changes-since' instead of 'changes_since' query parameterDaniel Speichert2017-12-111-2/+2
* | Add RemoveNetwork command to serverHongbin Lu2017-11-141-0/+51
|/
* Merge "Added AddNetwork command to server"Zuul2017-10-301-0/+47
|\
| * Added AddNetwork command to serverHongbin Lu2017-10-261-0/+47
* | Add server rescue unit testsDean Troyer2017-10-271-0/+85
|/
* Use flake8-import-order pluginAkihiro Motoki2017-08-171-1/+1
* Merge "Now OSC server create check keys in --nic"Jenkins2017-07-201-0/+60
|\
| * Now OSC server create check keys in --nicM V P Nitesh2017-06-231-0/+60
* | Fix column names for server list --no-name-lookupDean Troyer2017-07-171-11/+6
* | Add server list -n and --no-name-lookup argumentsBoris Pavlovic2017-07-101-0/+50
|/
* Merge "Create server with security group ID and name"Jenkins2017-05-221-1/+96
|\
| * Create server with security group ID and nameRui Chen2017-05-221-1/+96
* | Make block-device-mapping more stable and clearRui Chen2017-05-171-10/+329
|/
* Merge "Make test_server.py more elegant and simple"Jenkins2017-04-251-14/+7
|\
| * Make test_server.py more elegant and simpleDavid Rabel2017-04-211-14/+7
* | Merge "Add --network and --port to server create"Jenkins2017-04-251-10/+34
|\ \ | |/
| * Add --network and --port to server createDavid Rabel2017-04-071-10/+34
* | Low-level Compute v2 API: networkDean Troyer2017-04-171-22/+21
* | Low-level Compute v2 API: security groupDean Troyer2017-04-111-23/+22
* | Enable to specify which fixed-ip to add to a vm.Cedric Brandily2017-04-041-6/+14
* | Merge "Enable to add/remove port to/from a server"Jenkins2017-04-031-0/+96
|\ \
| * | Enable to add/remove port to/from a serverCedric Brandily2017-04-031-0/+96
* | | Fix block-device-mapping when volume_size is emptyJens Rosenboom2017-04-031-2/+1
|/ /
* | Merge "Enable to specify which vm fixed-ip to publish"Jenkins2017-03-211-3/+12
|\ \
| * | Enable to specify which vm fixed-ip to publishCedric Brandily2017-03-201-3/+12
| |/
* | Merge "Adds missing flavor information in the server list long command"Jenkins2017-03-201-0/+10
|\ \
| * | Adds missing flavor information in the server list long commandJose Castro Leon2017-03-131-0/+10
| |/
* | Add a validation about options for server migrate commandRikimaru Honjo2017-03-011-0/+203
|/
* Fix "server create" command failed when --nic auto or noneRui Chen2017-02-151-0/+146
* Merge "Add options to "server list" command"Jenkins2017-01-261-0/+46
|\
| * Add options to "server list" commandjiahui.qiang2017-01-251-0/+46
* | Switch server create to block_device_mapping_v2Nikita Gerasimov2017-01-261-9/+14
|/
* Use image client for images instead of computeArtom Lifshitz2017-01-241-13/+10
* Add unit tests for server create in computev2jiahui.qiang2016-11-281-0/+151
* Replace 'MagicMock' with 'Mock'qtang2016-09-141-1/+1
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-081-0/+1844