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
120
120
121
121
(1) On all relevant compute nodes, enable the
122
122
: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::
124
126
125
127
[libvirt]
126
128
live_migration_with_native_tls = true
129
+ live_migration_scheme = tls
127
130
128
131
.. note ::
129
132
Setting both
130
133
:oslo.config:option: `libvirt.live_migration_with_native_tls ` and
131
134
:oslo.config:option: `libvirt.live_migration_tunnelled ` at the
132
135
same time is invalid (and disallowed).
133
136
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
+
134
143
And restart the ``nova-compute `` service::
135
144
136
145
$ systemctl restart openstack-nova-compute
You can’t perform that action at this time.
0 commit comments