mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 08:35:53 +03:00
[PR #410] [MERGED] Add support for local socket connections #649
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/410
Author: @rmk40
Created: 8/31/2014
Status: ✅ Merged
Merged: 9/1/2014
Merged by: @retspen
Base:
master← Head:master📝 Commits (1)
65973c9Add support for local socket connections📊 Changes
4 files changed (+69 additions, -4 deletions)
View changed files
📝
servers/forms.py(+18 -0)📝
servers/views.py(+14 -2)📝
templates/servers.html(+22 -1)📝
vrtManager/connection.py(+15 -1)📄 Description
This patch adds support for connecting to Libvirt via local socket.
In many cases users are running WebVirtMgr on the same system as
Libvirt, such as on an unRAID deployment. Connecting via local
socket works with "out of the box" Libvirt deployments and is easier
to configure for most users.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.