nova/doc
Sylvain Bauza 3163c9391e libvirt: Fix the rescue race for vGPU instances
When rescuing an instance having a vGPU, we were not using the vGPU.
There would then be a race condition during the rescue where the vGPU
could be passed to another instance.
Instead, we should just make sure the vGPU would also be in the rescued
instance.

Change-Id: I7150e15694bb149ae67da37b5e43b6ea7507fe82
Closes-bug: #1762688
(cherry picked from commit 1c59397e09)
2018-07-02 09:32:47 +00:00
..
api_samples [api] Allow multi-attach in compute api 2018-01-22 10:45:13 -05:00
ext Fix the usage of instance.snapshot notification sample 2017-11-21 11:03:52 +00:00
notification_samples Merge "Deduplicate service status notification samples" 2018-02-01 21:26:47 +00:00
source libvirt: Fix the rescue race for vGPU instances 2018-07-02 09:32:47 +00:00
test add whereto for testing redirect rules 2017-10-30 12:37:23 -04:00
README.rst Fix the file name of development-environment.rst 2018-06-11 09:00:25 +00:00

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: https://docs.openstack.org/nova/latest/

API guide docs are built to: https://developer.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/contributor/development-environment.rst.