diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-03-28 14:23:48 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-04-19 09:20:00 +0000 |
commit | fa740c5e49994ffdd3a5aa1f43a0305c8e5a0b3a (patch) | |
tree | d79ab003fc6ceea174f95e9f63a029797585ccb9 /releasenotes/notes | |
parent | 487dbe3107d940196ea08304034c124de0866e5f (diff) |
TLS-everywhere: Enable for TLS libvirt live migration
This relies on using the default paths for certs/keys used by libvirt
and is only enabled if TLS-everywhere is enabled.
bp tls-via-certmonger
Depends-On: If18206d89460f6660a81aabc4ff8b97f1f99bba7
Depends-On: I0a1684397ebefaa8dc00237e0b7952e9296381fa
Change-Id: I0538bbdd54fd0b82518585f4f270b4be684f0ec4
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/Enable-TLS-for-libvirt-0aab48cd8339da0f.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/Enable-TLS-for-libvirt-0aab48cd8339da0f.yaml b/releasenotes/notes/Enable-TLS-for-libvirt-0aab48cd8339da0f.yaml new file mode 100644 index 00000000..e8941b7c --- /dev/null +++ b/releasenotes/notes/Enable-TLS-for-libvirt-0aab48cd8339da0f.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + If TLS in the internal network is enabled, libvirt's transport defaults to + using TLS. This can be changed by setting the ``UseTLSTransportForLiveMigration`` + parameter, which is ``true`` by default. |