summaryrefslogtreecommitdiff
path: root/openstackclient
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Compute: Add user id support for keypairHe Jie Xu2020-11-022-13/+244
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds functionality of specific the user id when create, delete, show and list keypairs. Change-Id: Ib826f1f4f5a73d1875ba0f02e124b3222c4d05ed Co-Authored-By: tianhui <tianhui@awcloud.com>
* | | | Merge "Add 'openstack server migration list --type' option"Zuul2020-11-032-4/+17
|\ \ \ \
| * | | | Add 'openstack server migration list --type' optionStephen Finucane2020-10-132-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Another gap with novaclient closed. Change-Id: Id3ca95ceda6f438fa72496ab9ab15ac09bb64fa5 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | | Merge "Fix formatting of the flavor properties"Zuul2020-11-033-42/+86
|\ \ \ \ \
| * | | | | Fix formatting of the flavor propertiesArtem Goncharov2020-11-023-42/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not stringify flavor properties to allow proper output formatting to json/yaml/etc Change-Id: I9f4c42acb85b726af87123134dd19de98fe95074
* | | | | | Merge "Add support for 'keypairs list --project' parameter"Zuul2020-11-022-15/+124
|\ \ \ \ \ \
| * | | | | | Add support for 'keypairs list --project' parameterStephen Finucane2020-10-142-15/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-022-71/+50
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Switch console url show operations to SDKArtem Goncharov2020-10-242-71/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-022-3/+98
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | |
| * | | | | Add support for 'keypairs list --user' parameterStephen Finucane2020-10-142-3/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-212-5/+63
|\ \ \ \ \ \
| * | | | | | Validate 'server group create --policy' optionStephen Finucane2020-10-132-5/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-212-167/+211
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Cleanup of 'server migration list' commandStephen Finucane2020-10-132-167/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-212-10/+88
|\ \ \ \ \ \ \
| * | | | | | | Switch openstack console log show operation to use OpenStackSDKArtem Goncharov2020-10-062-10/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-152-5/+91
|\ \ \ \ \ \ \ \
| * | | | | | | | Compute: Add tag support for server add fixed iptianhui2020-10-122-5/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I62ed4729dead9f91630d1f568c834c9642965558 Story: 2002195 Task: 21679
* | | | | | | | | Merge "Compute: Add tags support for server"Zuul2020-10-142-1/+374
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Compute: Add tags support for servertianhui2020-10-142-1/+374
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If065602792958ff0145ae9f2e05f5b7a3177905c Story: 2002006 Task: 19641
* | | | | | | | Merge "Restore behavior of image create with same name."Zuul2020-10-142-2/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Restore behavior of image create with same name.Sam Morrison2020-10-062-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With 60e7c51df4cf061ebbb435a959ad63c7d3a296bf the behaviour of `openstack image create` changed so that you can't create an image with the same name. This patch restores the previous functionality. Story: 2008229 Task: 41069 Change-Id: Ia0f4920371a918e94d1ccf9fcfcbf90ff885a455
* | | | | | | | Merge "Compute: Add tag support for server add volume"Zuul2020-10-142-25/+99
|\ \ \ \ \ \ \ \
| * | | | | | | | Compute: Add tag support for server add volumetianhui2020-10-092-25/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id9f2e09426f6824e9ca672bf7808b5165c650a69 Story: 2002195 Task: 21675
* | | | | | | | | Merge "Add 'server migration force complete' command"Zuul2020-10-142-0/+89
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Add 'server migration force complete' commandjay2020-10-132-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-143-0/+97
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Add 'server migration abort' commandhackertron2020-10-133-0/+97
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-132-0/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | compute: Add --password option for openstack server createZhaokun Fu2020-10-132-0/+31
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaf923200efe023655a58ac5acac0b087d2fd5366 Story: #1708570 Task: #13780
* | | | | | | | Merge "Always display direction for security group rules"Zuul2020-10-133-15/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Always display direction for security group rulesSam Morrison2020-03-053-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --long option is still accepted but is now ignored. Change-Id: I23dd9fa7cff310ee9a62ce32b843b822b93b7548 Story: #2007323
* | | | | | | | | Merge "Compute: Add 'keypair create --type' parameter"Zuul2020-10-133-31/+156
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Compute: Add 'keypair create --type' parametertianhui2020-10-123-31/+156
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2d251e1b97fb9a8069431c867fb7fc5f42d1fd6e Story: 2002606 Task: 22225
* | | | | | | | Merge "Add source_ip_prefix and destination_ip_prefix to metering label rules"Zuul2020-10-133-1/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | Add source_ip_prefix and destination_ip_prefix to metering label rulesRafael Weingärtner2020-09-023-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As proposed in the RFE and then approved in the spec, we are adding to the neutron metering rules two new parameters. The source IP prefix, and destination IP prefix. Partially-Implements: https://bugs.launchpad.net/neutron/+bug/1889431 RFE: https://bugs.launchpad.net/neutron/+bug/1889431 Depends-On: https://review.opendev.org/#/c/746586/ Change-Id: Ic44d88fabea0fffef2279f2f2c3d2b1da6426d4d
* | | | | | | | | Merge "Remove oslo.utils"Zuul2020-10-135-16/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove oslo.utilsMonty Taylor2020-10-125-16/+18
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-132-8/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add an error message when server bind floating IPyanpuqing2020-10-122-8/+44
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-132-1/+81
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Compute: Add tag support for server add networktianhui2020-10-122-1/+81
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I31a66b2d4dac44052a71f43a5a67836247ccac64 Story: 2002195 Task: 21678
* | | | | | | | | Merge "Compute: Add tag support for server add port"Zuul2020-10-132-1/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Compute: Add tag support for server add porttianhui2020-10-122-1/+77
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ice6bf5fb57afeb10862c870b42732dcf166772d1 Story: 2002195 Task: 21676
* | | | | | | | | Merge "Add server migration list CLI"Zuul2020-10-123-0/+735
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add server migration list CLIzhangbailin2020-09-243-0/+735
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0912-48/+30
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |