4b8863341a
The 2.32 microversion added the support for creating a server with a tagged block device mapping and/or tagged nic. Due to a bug, block device tags would only work in the 2.32 microversion but nic tags would still work up until the 2.37 microversion, which regressed that functionality as well. Both block device and nic tags were fixed again in the 2.42 microversion. This change updates the help text for the 'nova boot' CLI and client-side validation in the shell for the various microversion ranges of support for both block device and nic tags. Co-Authored-By: Andrey Kurilin <akurilin@mirantis.com> Change-Id: I7492b20b5d2daa0f8391abed07ef861043c3e51e Implements: blueprint fix-tag-attribute-disappearing Closes-Bug: #1658571
14 lines
452 B
YAML
14 lines
452 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Microversion 2.42 is related to the following bug.
|
|
|
|
* https://bugs.launchpad.net/nova/+bug/1658571
|
|
|
|
The following options have been changed as of Microversion 2.42.
|
|
|
|
* Remove ``tag`` attribute in ``--block-device`` option
|
|
on the server boot (nova boot) between microversion 2.33 and 2.41.
|
|
* Remove ``tag`` attribute in ``--nic`` option
|
|
on the server boot (nova boot) between microversion 2.37 and 2.41.
|