summaryrefslogtreecommitdiff
path: root/releasenotes/notes
Commit message (Collapse)AuthorAgeFilesLines
* Merge "project cleanup"5.5.0Zuul2021-03-181-0/+6
|\
| * project cleanupArtem Goncharov2021-02-021-0/+6
| | | | | | | | | | | | | | | | | | New implementation of the project cleanup based on the sdk.project_cleanup. It is implemented as an additional OSC operation and will ideally obsolete the `openstack project purge` giving flexibility to extend services support, parallelization, filters, etc. Change-Id: Ie08877f182379f73e5ec5ad4daaf84b3092c829c
* | Merge "network: Add missing subnet unset --gateway <subnet-id>"Zuul2021-03-061-0/+4
|\ \
| * | network: Add missing subnet unset --gateway <subnet-id>Bharat Kunwar2021-03-051-0/+4
| | | | | | | | | | | | | | | | | | Story: 2008695 Task: 42003 Change-Id: I9486a09531b11f27a9ff0d68fd4ad8c68a65cccf
* | | Merge "Add reno for change Ic3c555226a220efd9b0f27edffccf6c4c95c2747"Zuul2021-03-061-0/+6
|\ \ \ | |/ / |/| |
| * | Add reno for change Ic3c555226a220efd9b0f27edffccf6c4c95c2747Stephen Finucane2021-01-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change Ic3c555226a220efd9b0f27edffccf6c4c95c2747 introduced some validation for the 'openstack server group create --policy' command. Call this out in the release notes. Change-Id: I7e00851a03470364db00f0f114fc724b0f686b72 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | Merge "compute: Remove deprecated 'server migrate --live' option"Zuul2021-03-041-0/+8
|\ \ \
| * | | compute: Remove deprecated 'server migrate --live' optionStephen Finucane2021-01-221-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's been long enough. Time to remove this. Change-Id: I37ef09eca0db9286544a4b0bb33f845311baa9b2 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Deprecate 'server create --file'"Zuul2021-03-041-0/+7
|\ \ \ \ | |/ / /
| * | | compute: Deprecate 'server create --file'Stephen Finucane2021-01-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The parameter isn't actually deprecated, since we need to support older API microversion, however, we now emit an error if someone attempts to boot a server with the wrong microversion. This would happen server-side anyway since this parameter was removed entirely in API microversion 2.57. Change-Id: I73864ccbf5bf181fecf505ca168c1a35a8b0af3a Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Stop silently ignore --(no-)disk-overcommit"Zuul2021-03-041-0/+9
|\ \ \ \ | |/ / /
| * | | compute: Stop silently ignore --(no-)disk-overcommitStephen Finucane2021-01-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These options are not supported from Nova API microversion 2.25 and above. This can be a source of confusion. Start warning, with an eye on erroring out in the future. Change-Id: I53f27eb3e3c1a84d0d77a1672c008d0e8bb8536f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Auto-configure shared/block live migration"Zuul2021-03-041-0/+6
|\ \ \ \ | |/ / /
| * | | compute: Auto-configure shared/block live migrationStephen Finucane2021-01-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API microversion 2.25 introduced the 'block_migration=auto' value for the os-migrateLive server action. This is a sensible default that we should use, allowing users to avoid stating one of the '--block-migration' or '--shared-migration' parameters explicitly. While we're here, we take the opportunity to fix up some formatting in the function, which is really rather messy. Change-Id: Ieedc77d6dc3d4a3cd93b29672faa97dd4e8c1185 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Add 'server create --block-device' option"Zuul2021-03-041-0/+9
|\ \ \ \ | |/ / /
| * | | compute: Add 'server create --block-device' optionStephen Finucane2021-01-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the last big gaps with novaclient. As noted in the release note, the current '--block-device-mapping' format is based on the old BDM v1 format, even though it actually results in BDM v2-style requests to the server. It's time to replace that. Change-Id: If4eba38ccfb208ee186b90a0eec95e5fe6cf8415 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Add missing 'server create' options"Zuul2021-03-041-0/+8
|\ \ \ \ | |/ / /
| * | | compute: Add missing 'server create' optionsStephen Finucane2021-01-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some volume-related options, namely '--snapshot', '--swap', and '--ephemeral'. All are shortcuts to avoid having to use '--block-device-mapping'. Change-Id: I450e429ade46a7103740150c90e3ba9f2894e1a5 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Rename 'server migrate (confirm|revert)'"Zuul2021-03-041-0/+7
|\ \ \ \ | |/ / /
| * | | compute: Rename 'server migrate (confirm|revert)'Stephen Finucane2021-01-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're confirming or reverting a server migration, not a server migrate. We've a number of 'server migration *' commands now so it makes sense to move them under here. Change-Id: Ib95bb36511dad1aafe75f0c88d10ded382e4fa5c Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Add 'server migration show' command"Zuul2021-03-041-0/+5
|\ \ \ \ | |/ / /
| * | | compute: Add 'server migration show' commandStephen Finucane2021-01-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the 'server-migration-show' command provided by novaclient. Change-Id: I413310b481cc13b70853eb579417f6e6fad10d98 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Add support for 'server boot --nic ...,tag=<tag>'"Zuul2021-03-041-0/+7
|\ \ \ \ | |/ / /
| * | | compute: Add support for 'server boot --nic ...,tag=<tag>'Stephen Finucane2021-01-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been around for a long time but was not exposed via OSC. Close this gap. Change-Id: I71aabf10f791f68ee7405ffb5e8317cc96cb3b38 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Add missing options for 'server event list'"Zuul2021-03-041-0/+6
|\ \ \ \ | |/ / /
| * | | compute: Add missing options for 'server event list'Stephen Finucane2021-01-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pagination parameters, '--limit' and '--offset', and filtering parameters, '--changes-since' and '--changes-before'. Change-Id: Ieca8267c3b204ae2db580502cc8fe72c95eddf09 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Add missing options for 'server group list'"Zuul2021-03-031-0/+5
|\ \ \ \ | |/ / /
| * | | compute: Add missing options for 'server group list'Stephen Finucane2021-01-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pagination parameters, '--limit' and '--offset'. It's unfortunate that we can't use '--marker' like elsewhere but that requires server-side support to be truly effective. Change-Id: I186adc8cdf28e9c540ad22bca6684d9dd892976a Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Add 'server * --all-projects' option"Zuul2021-03-031-0/+7
|\ \ \ \ | |/ / /
| * | | compute: Add 'server * --all-projects' optionStephen Finucane2021-01-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an '--all-projects' option to a number of commands: - server delete - server start - server stop This is in addition to 'server list', which already supports this option. This option allows users to request the corresponding action on one or more servers using the server names when that server exists in another project. This is admin-only by default. As part of this work, we also introduce a 'boolenv' helper function that allows us to parse the environment variable as a boolean using 'bool_from_string' helper provided by oslo.utils. This could probably be clever and it has the unfortunate side effect of modifying the help text in environments where this is configured, but it's good enough for now. It also appears to add a new dependency, in the form of oslo.utils, but that dependency was already required by osc-lib and probably more. Change-Id: I4811f8f66dcb14ed99cc1cfb80b00e2d77afe45f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Add 'address_group' type support to rbac commandsMiguel Lavalle2021-02-101-0/+4
| |_|/ |/| | | | | | | | | | | Depends-On: https://review.opendev.org/c/openstack/neutron/+/772460 Change-Id: Icd5e96d180364b979d1e93fcb39f9133a41a06e5
* | | Merge "Add device profile to ``port``"Zuul2021-01-221-0/+4
|\ \ \ | |/ / |/| |
| * | Add device profile to ``port``Rodolfo Alonso Hernandez2021-01-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Added device profile parameter to ``port create`` command. Related-Bug: #1906602 Change-Id: I4c222ac334d3a0a0ee568ed1e0bc8518baa375e1
* | | Merge "Support remote-address-group in SG rules"Zuul2021-01-201-0/+9
|\ \ \ | |/ / |/| |
| * | Support remote-address-group in SG rulesHang Yang2021-01-121-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Add support for using remote-address-group in security group rules. Change-Id: Ib1972244d484839943bc3cda07519a6c6d4b945a Implements: blueprint address-groups-in-sg-rules Depends-On: https://review.opendev.org/755644
* | | Merge "compute: Add '--force' option to 'server delete'"Zuul2021-01-151-0/+5
|\ \ \
| * | | compute: Add '--force' option to 'server delete'Stephen Finucane2021-01-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an admin-only operation by default but can be useful. Change-Id: I25a4da697e27c0fba4d28b504377667eb18f15fe Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Add missing options for 'hypervisor list'"Zuul2021-01-151-0/+5
|\ \ \ \ | |/ / /
| * | | compute: Add missing options for 'hypervisor list'Stephen Finucane2021-01-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Yet more pagination parameters. Change-Id: I9f0145c89ddc49c1d907e6e6e294319cf80fc6ff Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "compute: Add 'server volume update' command"Zuul2021-01-151-0/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | compute: Add 'server volume update' commandStephen Finucane2021-01-121-0/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're not going to expose the ability to swap volumes since that's a things humans should not generally use. From the API docs [1]: When updating volumeId, this API is typically meant to only be used as part of a larger orchestrated volume migration operation initiated in the block storage service via the os-retype or os-migrate_volume volume actions. Direct usage of this API to update volumeId is not recommended and may result in needing to hard reboot the server to update details within the guest such as block storage serial IDs. Furthermore, updating volumeId via this API is only implemented by certain compute drivers. We *do* want users to have the ability to change the delete on termination behavior though, so that's what we expose. [1] https://docs.openstack.org/api-ref/compute/?expanded=update-a-volume-attachment-detail#update-a-volume-attachment Change-Id: I50938e1237b4d298521b26a5f9cb90c018dfebaf Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | Merge "Support Neutron Address Group CRUD"Zuul2021-01-111-0/+7
|\ \
| * | Support Neutron Address Group CRUDHang Yang2020-12-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Neutron address group CRUD operations. Subsequent patches will be added to use address groups in security group rules. Change-Id: I3c313fc9329837dde67815901528a34dca98ebcc Implements: blueprint address-groups-in-sg-rules Depends-On: https://review.opendev.org/738274 Depends-On: https://review.opendev.org/745594
* | | Merge "Add 'server unshelve --wait' option"Zuul2021-01-111-0/+2
|\ \ \
| * | | Add 'server unshelve --wait' optionStephen Finucane2021-01-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was recently added to the 'server shelve' command. Add it now for the 'unshelve' command. Change-Id: I633dd85b60cf70b4f8610f414d82669dd6a53111 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | | Merge "Add 'server shelve --offload', 'server shelve --wait' options"Zuul2021-01-111-0/+8
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Add 'server shelve --offload', 'server shelve --wait' optionsStephen Finucane2021-01-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The '--offload' option allows us to explicitly request that the server be offloaded once shelved or if already shelved. The '--wait' option allows us to wait for the shelve and/or offload operations to complete before returning. It is implied when attempting to offload a server than is not yet shelved. Change-Id: Id226831e3c09bc95c34b222151b27391a844b073 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | | compute: Add 'server volume list' commandStephen Finucane2021-01-081-0/+5
|/ / | | | | | | | | | | | | This replaces the old 'nova volume-attachments' command. Change-Id: Icb98766f98bd1f2469bdb6df62b4624711f98422 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | compute: Add missing options for 'server image create'Stephen Finucane2021-01-081-0/+6
| | | | | | | | | | | | | | | | Add a '--property' option to record arbitrary key/value metadata to 'meta_data.json' on the metadata server. Change-Id: I267f3290fce3692cbd1ff6a9af146c2736ee31fe Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | compute: Add missing options for 'keypair list'Stephen Finucane2021-01-081-0/+5
| | | | | | | | | | | | | | | | | | Add pagination parameters, '--limit' and '--marker'. This isn't compatible with our client-side '--project' parameter so we error out for that. Change-Id: I403cf0fb7aabad4a3dfda5adae62d47ecf7faf5c Signed-off-by: Stephen Finucane <sfinucan@redhat.com>