nova/doc
Josephine Seifert b5c206b5cb Add config parameter 'live_migration_scheme' to live migration with tls guide
This patch adds the config option 'live_migration_scheme = tls' to the
secure live migration guide.

To let the live migration use the qemu native tls, some configuration of
the compute nodes is needed. The guide describes this but misses the
'live_migration_scheme' config option.

It is necessary to set 'live_migration_scheme' to tls to use the
connection uri for encrypted traffic. Without this parameter everything
seems to work, but the unencrypted tcp-connection is still used for the
live migration.

Closes-Bug: #1919357
Change-Id: Ia5130d411706bf7e1c983156158011a3bc6d5cd6
(cherry picked from commit 5d5ff82bab)
(cherry picked from commit 276b8db5af)
(cherry picked from commit a968289b1f)
(cherry picked from commit 8559ceeec4)
2021-03-26 06:04:19 +00:00
..
api_samples Merge "Fix os-keypairs pagination links" into stable/stein 2020-03-13 00:53:43 +00:00
ext Replace support matrix ext with common library 2018-07-16 15:04:00 +01:00
notification_samples Enhance service restart in functional env 2020-01-20 16:56:13 +00:00
source Add config parameter 'live_migration_scheme' to live migration with tls guide 2021-03-26 06:04:19 +00:00
test Remove cells v1 (for the most part) from the docs 2019-02-13 13:59:09 -05:00
README.rst Fix the file name of development-environment.rst 2018-06-07 15:26:08 +09:00
requirements.txt [stable-only] Cap bandit and make lower-constraints job non-voting 2021-01-08 11:14:57 +01:00

README.rst

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.