Merge "trivial: Fix typos in release notes"

This commit is contained in:
Zuul 2018-02-01 10:02:55 +00:00 committed by Gerrit Code Review
commit 02b505806a
6 changed files with 37 additions and 40 deletions

View File

@ -9,16 +9,12 @@ features:
used by instances. used by instances.
For knowing which types the physical GPU driver supports for libvirt, the For knowing which types the physical GPU driver supports for libvirt, the
operator can look at the sysfs by doing operator can look at the sysfs by doing::
..
ls /sys/class/mdev_bus/<device>/mdev_supported_types ls /sys/class/mdev_bus/<device>/mdev_supported_types
Operators can specify a VGPU resource in a flavor by adding in the flavor's Operators can specify a VGPU resource in a flavor by adding in the flavor's
extra specs extra specs::
..
nova flavor-key <flavor-id> set resources:VGPU=1 nova flavor-key <flavor-id> set resources:VGPU=1
@ -35,8 +31,8 @@ features:
other instance actions (like snapshotting the instance or shelving it) other instance actions (like snapshotting the instance or shelving it)
are recommended until libvirt supports that. If a user asks to suspend are recommended until libvirt supports that. If a user asks to suspend
the instance, Nova will get an exception that will set the instance state the instance, Nova will get an exception that will set the instance state
back to ACTIVE, and you can see the suspend action in os-instance-action back to ``ACTIVE``, and you can see the suspend action in
API will be Error. ``os-instance-action`` API will be Error.
* Resizing an instance with a new flavor that has vGPU resources doesn't * Resizing an instance with a new flavor that has vGPU resources doesn't
allocate those vGPUs to the instance (the instance is created without allocate those vGPUs to the instance (the instance is created without
@ -63,12 +59,12 @@ features:
to check if they have mediated devices, and if the mediated device no to check if they have mediated devices, and if the mediated device no
longer exists, then Nova recreates it by using the same UUID. longer exists, then Nova recreates it by using the same UUID.
* If you use Nvidia GRID cards, please know that there is a limitation with * If you use NVIDIA GRID cards, please know that there is a limitation with
the nvidia driver that prevents one guest to have more than one virtual the NVIDIA driver that prevents one guest to have more than one virtual
GPU from the same physical card. One guest can have two or more virtual GPU from the same physical card. One guest can have two or more virtual
GPUs but then it requires each vGPU to be hosted by a separate physical GPUs but then it requires each vGPU to be hosted by a separate physical
card. Until that limitation is removed, please avoid creating flavors card. Until that limitation is removed, please avoid creating flavors
asking for more than 1 vGPU. asking for more than one vGPU.
We are working actively to remove or workaround those caveats, but please We are working actively to remove or workaround those caveats, but please
understand that for the moment this feature is experimental given all the understand that for the moment this feature is experimental given all the

View File

@ -1,7 +1,7 @@
--- ---
other: other:
- Adds 'sata' as a valid disk bus for qemu and kvm hypervisors. - Adds ``sata`` as a valid disk bus for qemu and kvm hypervisors.
Setting the 'hw_disk_bus' custom property on glance images allows for Setting the ``hw_disk_bus`` custom property on glance images allows for
selecting the type of disk bus e.g. VIRTIO/IDE/SCSI. Some Linux (custom) selecting the type of disk bus e.g. VIRTIO/IDE/SCSI. Some Linux (custom)
images require use of SATA bus rather than any other that seem to be images require use of SATA bus rather than any other that seem to be
allowed. allowed.

View File

@ -8,19 +8,19 @@ deprecations:
- Show & List detail server - Show & List detail server
- os_compute_api:os-config-drive - ``os_compute_api:os-config-drive``
- os_compute_api:os-extended-availability-zone - ``os_compute_api:os-extended-availability-zone``
- os_compute_api:os-extended-status - ``os_compute_api:os-extended-status``
- os_compute_api:os-extended-volumes - ``os_compute_api:os-extended-volumes``
- os_compute_api:os-keypairs - ``os_compute_api:os-keypairs``
- os_compute_api:os-server-usage - ``os_compute_api:os-server-usage``
- os_compute_api:os-security-groups (only from /servers APIs) - ``os_compute_api:os-security-groups`` (only from ``/servers`` APIs)
- Create, Update, Show & List detail flavor - Create, Update, Show & List detail flavor
- os_compute_api:os-flavor-rxtx - ``os_compute_api:os-flavor-rxtx``
- os_compute_api:os-flavor-access (only from /flavors APIs) - ``os_compute_api:os-flavor-access`` (only from ``/flavors`` APIs)
- Show & List detail image - Show & List detail image
- os_compute_api:image-size - ``os_compute_api:image-size``

View File

@ -3,13 +3,13 @@ features:
- | - |
The following instance action records have been added: The following instance action records have been added:
* attach_interface * ``attach_interface``
* detach_interface * ``detach_interface``
* attach_volume * ``attach_volume``
* detach_volume * ``detach_volume``
* swap_volume * ``swap_volume``
* lock * ``lock``
* unlock * ``unlock``
* shelveOffload * ``shelveOffload``
* createBackup * ``createBackup``
* createImage * ``createImage``

View File

@ -3,8 +3,8 @@ upgrade:
- | - |
The ``[DEFAULT] vendordata_driver`` option was deprecated in Mitaka and has The ``[DEFAULT] vendordata_driver`` option was deprecated in Mitaka and has
now been removed. Configuration of vendordata drivers should now be done by now been removed. Configuration of vendordata drivers should now be done by
using the `[api] vendordata_providers`` option. For more information, refer using the ``[api] vendordata_providers`` option. For more information,
to the `vendordata documentation`__. refer to the `vendordata documentation`__.
__ https://docs.openstack.org/nova/latest/user/vendordata.html __ https://docs.openstack.org/nova/latest/user/vendordata.html
- | - |

View File

@ -7,22 +7,23 @@ features:
vGPU types in the nova compute configuration file with the configuration vGPU types in the nova compute configuration file with the configuration
option - ``[devices]/enabled_vgpu_types``. Only the enabled vGPU types option - ``[devices]/enabled_vgpu_types``. Only the enabled vGPU types
can be used by instances. can be used by instances.
XenServer automatically detects and groups together identical physical XenServer automatically detects and groups together identical physical
GPUs. Although the physical GPUs may support multiple vGPU types, at GPUs. Although the physical GPUs may support multiple vGPU types, at
the moment nova only supports a single vGPU type for each compute node. the moment nova only supports a single vGPU type for each compute node.
The operators can run the following CLI commands in XenServer to get The operators can run the following CLI commands in XenServer to get
the available vGPU types if the host supports vGPU. the available vGPU types if the host supports vGPU::
* xe vgpu-type-list xe vgpu-type-list
The values of "model-name ( RO):" from the output of the above commands The values of ``model-name ( RO):`` from the output of the above commands
are the vGPU type names which you can choose from to set the nova are the vGPU type names which you can choose from to set the nova
configure - ``[devices]/enabled_vgpu_types``. Please choose only one configure - ``[devices]/enabled_vgpu_types``. Please choose only one
vGPU type to be enabled. vGPU type to be enabled.
The operators should specify a vGPU resource in the flavor's extra_specs: The operators should specify a vGPU resource in the flavor's extra_specs::
* nova flavor-key <flavor-id> set resources:VGPU=1 nova flavor-key <flavor-id> set resources:VGPU=1
Then users can use the flavor to boot instances with a vGPU attached. Then users can use the flavor to boot instances with a vGPU attached.
At the moment, XenServer doesn't support multiple vGPUs for a single At the moment, XenServer doesn't support multiple vGPUs for a single