File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -120,17 +120,26 @@ Performing the migration
120120
121121(1) On all relevant compute nodes, enable the
122122 :oslo.config:option: `libvirt.live_migration_with_native_tls `
123- configuration attribute::
123+ configuration attribute and set the
124+ :oslo.config:option: `libvirt.live_migration_scheme `
125+ configuration attribute to tls::
124126
125127 [libvirt]
126128 live_migration_with_native_tls = true
129+ live_migration_scheme = tls
127130
128131 .. note ::
129132 Setting both
130133 :oslo.config:option: `libvirt.live_migration_with_native_tls ` and
131134 :oslo.config:option: `libvirt.live_migration_tunnelled ` at the
132135 same time is invalid (and disallowed).
133136
137+ .. note ::
138+ Not setting
139+ :oslo.config:option: `libvirt.live_migration_scheme ` to ``tls ``
140+ will result in libvirt using the unencrypted TCP connection
141+ without displaying any error or a warning in the logs.
142+
134143 And restart the ``nova-compute `` service::
135144
136145 $ systemctl restart openstack-nova-compute
You can’t perform that action at this time.
0 commit comments