summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Add support for 'keypairs list --project' parameterStephen Finucane2020-10-141-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would be lovely to do this server side but doing so requires a new microversion, a blueprint and a spec. This is less performant but should do the trick for the odd time users want to do this. Change-Id: I26e7d38966304dd67be5da8ed0bb24f87191b82f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | | | Merge "Switch console url show operations to SDK"Zuul2020-11-021-16/+19
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Switch console url show operations to SDKArtem Goncharov2020-10-241-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch from using novaclient to SDK for openstack console url show operation. Depends-On: https://review.opendev.org/756286 Change-Id: Ibe247825148788c549c2c1e991aae92338cdf557
* | | | | | Merge "Add support for 'keypairs list --user' parameter"Zuul2020-11-021-1/+34
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | Add support for 'keypairs list --user' parameterStephen Finucane2020-10-141-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been supported by nova and novaclient since the veritable dark ages. Add it to OSC. Change-Id: Ifc95e7dd6c00807c80e87e10046ab154d0989014 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | | Merge "trivial: Rework 'CreateServer' function"Zuul2020-10-301-117/+178
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | trivial: Rework 'CreateServer' functionStephen Finucane2020-10-291-117/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This rather complex function has had stuff tacked on over the years. Help make working with it a bit easier through liberal application of whitespace and some nicer indentation. Some option help text is improved based on changes to modern nova. Change-Id: I8154dd395dd904c3bcd180a7d0f9037b7e0be64f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | | Merge "Validate 'server group create --policy' option"Zuul2020-10-211-5/+20
|\ \ \ \ \
| * | | | | Validate 'server group create --policy' optionStephen Finucane2020-10-131-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were documenting that some of these policies were only supported with specific microversions, however, we weren't actually enforcing that, leading to a poor user experience. Correct this. Change-Id: Ic3c555226a220efd9b0f27edffccf6c4c95c2747 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | | | Merge "Cleanup of 'server migration list' command"Zuul2020-10-211-84/+109
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Cleanup of 'server migration list' commandStephen Finucane2020-10-131-84/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Address some post merge nits. Change-Id: Ie59521d81fab191194f6c1a114b007fa17f5299f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | | | Merge "Switch openstack console log show operation to use OpenStackSDK"Zuul2020-10-211-10/+9
|\ \ \ \ \ \
| * | | | | | Switch openstack console log show operation to use OpenStackSDKArtem Goncharov2020-10-061-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A short switch onto SDK for fetching console logs of the server Change-Id: I3f750ea4f13a4e72272aa67ea4506bd7182b13f9
* | | | | | | Merge "Compute: Add tag support for server add fixed ip"Zuul2020-10-151-5/+25
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Compute: Add tag support for server add fixed iptianhui2020-10-121-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I62ed4729dead9f91630d1f568c834c9642965558 Story: 2002195 Task: 21679
* | | | | | | Compute: Add tags support for servertianhui2020-10-141-1/+114
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If065602792958ff0145ae9f2e05f5b7a3177905c Story: 2002006 Task: 19641
* | | | | | Merge "Compute: Add tag support for server add volume"Zuul2020-10-141-21/+43
|\ \ \ \ \ \
| * | | | | | Compute: Add tag support for server add volumetianhui2020-10-091-21/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id9f2e09426f6824e9ca672bf7808b5165c650a69 Story: 2002195 Task: 21675
* | | | | | | Merge "Add 'server migration force complete' command"Zuul2020-10-141-0/+38
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Add 'server migration force complete' commandjay2020-10-131-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is equivalent to novaclient's 'live-migration-force-complete' command. Change-Id: Ic4dc639afa16cdf8c5a46774895e850d92985292 Story: 2007513 Task: 39293
* | | | | | | Merge "Add 'server migration abort' command"Zuul2020-10-141-0/+38
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add 'server migration abort' commandhackertron2020-10-131-0/+38
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is equivalent to nova client's 'live-migration-abort' command. Change-Id: I0ff520ccfdf2de52c427affad7bef4554c86a06f Story: 2007489 Task: 39210
* | | | | | Merge "compute: Add --password option for openstack server create"Zuul2020-10-131-0/+6
|\ \ \ \ \ \
| * | | | | | compute: Add --password option for openstack server createZhaokun Fu2020-10-131-0/+6
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaf923200efe023655a58ac5acac0b087d2fd5366 Story: #1708570 Task: #13780
* | | | | | Merge "Compute: Add 'keypair create --type' parameter"Zuul2020-10-131-9/+33
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Compute: Add 'keypair create --type' parametertianhui2020-10-121-9/+33
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2d251e1b97fb9a8069431c867fb7fc5f42d1fd6e Story: 2002606 Task: 22225
* | | | | Merge "Remove oslo.utils"Zuul2020-10-133-9/+10
|\ \ \ \ \
| * | | | | Remove oslo.utilsMonty Taylor2020-10-123-9/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oslo things are really server-side oriented and are heavy-weight for client things. Remove oslo.utils and just use iso8601 and importlib directly. It's not actually a bad library, but pulling it and its other deps in just for a couple of wrapper methods is a bit much here. oslo.i18n, fwiw, is lightweight and helpful. Change-Id: I463993170c03a1d98c47ab6a3c19131b7fca1099
* | | | | Merge "Add an error message when server bind floating IP"Zuul2020-10-131-0/+4
|\ \ \ \ \
| * | | | | Add an error message when server bind floating IPyanpuqing2020-10-121-0/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we add a floating IP for the server with no fixed IP, CLI doesn't report an error and nothing happens. The patch adds an error message when the server which don't have fixed IP bind floating IP. Change-Id: I400f2bab08521bb7fa443d87c7f45cc79eb80694 Task: 27941 Story: 2004346
* | | | | Merge "Compute: Add tag support for server add network"Zuul2020-10-131-1/+25
|\ \ \ \ \
| * | | | | Compute: Add tag support for server add networktianhui2020-10-121-1/+25
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I31a66b2d4dac44052a71f43a5a67836247ccac64 Story: 2002195 Task: 21678
* | | | | Merge "Compute: Add tag support for server add port"Zuul2020-10-131-1/+24
|\ \ \ \ \
| * | | | | Compute: Add tag support for server add porttianhui2020-10-121-1/+24
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ice6bf5fb57afeb10862c870b42732dcf166772d1 Story: 2002195 Task: 21676
* | | | | Merge "Add server migration list CLI"Zuul2020-10-121-0/+161
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add server migration list CLIzhangbailin2020-09-241-0/+161
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add ``openstack server migration list`` to fetch server migrations. Part of blueprint add-user-id-field-to-the-migrations-table Change-Id: I15b4a5aca8d0dee59dd293e7b1c7272cdfbeea20
* | | | Merge "Remove usage of six"Zuul2020-10-091-3/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove usage of sixsongwenping2020-10-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With python3.x, classes can use 'metaclass=' instead of 'six.add_metaclass', 'six.iteritems' and 'six.iterkeys' can be replaced by 'items' and 'keys', 'six.moves.urllib.parse' can be replaced by 'urllib.parse', 'six.StringIO' and 'six.moves.cStringIO' can be replaced by 'io.StringIO', 'six.text_type' and 'six.string_type' are just 'str'. Change-Id: I84848c0bf8ab3c36dd821141191e2725e4e3b58b
* | | | Merge "Add 'openstack server create --use-config-drive'"Zuul2020-10-091-12/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Add 'openstack server create --use-config-drive'Stephen Finucane2020-07-221-12/+33
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Despite what the help text for this options says, the nova API only accepts boolean values for this value and has done so since at least the introduction of the 2.1 microversioned API. While it would be nice to convert '--config-drive' to a boolean flag, we'd need to be able to retain temporary support for people passing arguments. 'nargs=?' [1] looks promising but it has an annoying tendency to swallow a positional argument following it [2]. Since that is not an option, we have to live with a new config option, '--use-config-drive' and a '--no-config-drive' counterpart. [1] https://docs.python.org/3/library/argparse.html#nargs [2] https://bugs.python.org/issue9338 Change-Id: If9cce0ad4094cc9cef1c9136b80c3b0f35a82c7a Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Story: #2005468 Task: #30547
* | | Merge "Fix --image-property option in 'create server'"Zuul2020-10-011-3/+11
|\ \ \
| * | | Fix --image-property option in 'create server'Myeongchul Chae2020-09-101-3/+11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a problem that the '-image-property' option, which can be used to create an instance, did not work as intended. I found that there were two problems with this option. First, I cannot select an image as its metadata. The second is that when there are multiple images available, the desired image may not be selected depending on the situation. This patch solves these two problems. I wrote the test case with these two problems considered together. Change-Id: Ib2745d7e067056ff4ca8bfaf6cff492d0dacb73a story: #2007860
* | | Merge "Add API check for server_groups.create"Zuul2020-09-301-2/+6
|\ \ \
| * | | Add API check for server_groups.createLewis Denny2020-08-261-2/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The policies field has been replaced with the policy field since Nova API version 2.64[1] This commit adds a check to make sure the correct field is used. [1]https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id59 Change-Id: I06d3211937d822c26070b7f8ad757c365dcbb1bb Story: #2007822 Task: #40101
* | | Merge "Add API check for server_groups.list"Zuul2020-09-301-2/+7
|\ \ \
| * | | Add API check for server_groups.listLewis Denny2020-08-211-2/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The policies parameter has been replaced with the policy parameter since Nova API version 2.64[1] This commit adds a check to make sure the correct parameter is used. [1]https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id59 Change-Id: Ia37beb7790884d6d15bec45074f446e64af1a2aa Story: #2008041 Task: #40703
* | | Merge "Show words indicating booted from volume for server image"Zuul2020-09-301-2/+14
|\ \ \
| * | | Show words indicating booted from volume for server imagemelanie witt2020-08-271-2/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For a server booted from a volume, nova API does not store an image_id and instead returns an empty string. Currently, openstackclient similarly shows an empty string for Image Name and Image ID for servers booted from volumes. To aid CLI users in understanding the meaning of no image_id, we can display the string "N/A (booted from volume)" in the image field if the server was booted from a volume. Change-Id: I9c62cf6fe23b2e934dcbf5ebbf706b2705d2e424
* | | Merge "Output correct json for security groups in 'openstack server show'"Zuul2020-09-251-6/+11
|\ \ \ | |_|/ |/| |
| * | Output correct json for security groups in 'openstack server show'jay2020-09-141-6/+11
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Fixes incorrect json output for 'openstack server show -f json'. The security group json output groups all the json as one for e.g. "security_groups": "name='group1'\nname='group2'" The correct output should be "security_groups" : [{"name" : "group1"}, {"name" : "group2"}] properties and volumes_attached fields also has similar issue. Story: 2007755 Change-Id: I1b1cac716329e0530400aff782c08000b21d8e1d