mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[PR #321] [MERGED] adds support for libvirt tls connections #618
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/321
Author: @junkb
Created: 5/26/2014
Status: ✅ Merged
Merged: 5/26/2014
Merged by: @retspen
Base:
master← Head:master📝 Commits (2)
879229badds support for libvirt tls connections25a53a4Merge branch 'libvirt_tls'📊 Changes
4 files changed (+112 additions, -3 deletions)
View changed files
📝
servers/forms.py(+38 -0)📝
servers/views.py(+17 -2)📝
templates/servers.html(+34 -1)📝
vrtManager/connection.py(+23 -0)📄 Description
i use tls connections for libvirt[1], and wanted webvirtmgr to work in that environment:
[1] http://libvirt.org/remote.html
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.