Prepare 18.1 and clean up release notes
Change-Id: I8f33eefdce7a60fa8e48225ec20a801b3d1222f0
This commit is contained in:
parent
c71583fc8a
commit
f095a94787
@ -2,7 +2,7 @@
|
||||
REST API Version History
|
||||
========================
|
||||
|
||||
1.75 (Xena, ?)
|
||||
1.75 (Xena, 18.1)
|
||||
----------------------
|
||||
Add `boot_mode` and `secure_boot` to node object and expose their state at:
|
||||
|
||||
|
@ -351,6 +351,25 @@ RELEASE_MAPPING = {
|
||||
'VolumeTarget': ['1.0'],
|
||||
}
|
||||
},
|
||||
'18.1': {
|
||||
'api': '1.75',
|
||||
'rpc': '1.54',
|
||||
'objects': {
|
||||
'Allocation': ['1.1'],
|
||||
'BIOSSetting': ['1.1'],
|
||||
'Node': ['1.36', '1.35'],
|
||||
'Conductor': ['1.3'],
|
||||
'Chassis': ['1.3'],
|
||||
'Deployment': ['1.0'],
|
||||
'DeployTemplate': ['1.1'],
|
||||
'Port': ['1.10'],
|
||||
'Portgroup': ['1.4'],
|
||||
'Trait': ['1.0'],
|
||||
'TraitList': ['1.0'],
|
||||
'VolumeConnector': ['1.0'],
|
||||
'VolumeTarget': ['1.0'],
|
||||
}
|
||||
},
|
||||
'master': {
|
||||
'api': '1.75',
|
||||
'rpc': '1.54',
|
||||
|
@ -2,8 +2,8 @@
|
||||
features:
|
||||
- |
|
||||
The anaconda deploy interface now handles config drive. The config drive
|
||||
contents are written to the disk at /var/lib/cloud/seed/config_drive
|
||||
contents are written to the disk in the /var/lib/cloud/seed/config_drive
|
||||
directory by the driver via kickstart files %post section. cloud-init
|
||||
should be able to pick up the the config drive information and process
|
||||
them. Because the config drive is extracted on to disk as plain text files
|
||||
tools like glean will not work with this deploy interface.
|
||||
picks up the the config drive information and processes them.
|
||||
Because the config drive is extracted on to disk as plain text files,
|
||||
tools like glean do not work with this deploy interface.
|
||||
|
@ -2,6 +2,7 @@
|
||||
features:
|
||||
- |
|
||||
The configuration option ``[deploy]ramdisk_image_download_source`` now
|
||||
supports a new value ``swift``. If ``boot_iso`` or ``deploy_iso`` is a
|
||||
Glance image, it will expose it via a Swift temporary URL. For other types
|
||||
of images the new value works the same way as the existing ``http``.
|
||||
supports a new value ``swift``. If set, and if ``boot_iso`` or
|
||||
``deploy_iso`` is a Glance image, the image is exposed via a Swift
|
||||
temporary URL. For other types of images the new value works the same
|
||||
way as the existing ``http`` value.
|
||||
|
@ -1,14 +1,10 @@
|
||||
---
|
||||
|
||||
features:
|
||||
|
||||
- |
|
||||
Adds ``boot_mode`` and ``secure_boot`` fields to node. These indicate the
|
||||
boot mode (bios/uefi) and secure boot state (True/False) detected in the
|
||||
most recent power sync or during transition to the ``manageable`` state.
|
||||
If underlying driver does not support detecting these, they shall be
|
||||
populated with null values.
|
||||
|
||||
These fields are also be available under a node's states endpoint:
|
||||
|
||||
These fields are also available under a node's states endpoint:
|
||||
* ``/v1/nodes/{node_ident}/states``
|
||||
|
Loading…
Reference in New Issue
Block a user