Skip to content

Configurable libvirt URI #3

Description

@mrblacyk

Right now code in aplibvirt.py is:

def connect(URI: str = "qemu:///system") -> libvirt.virConnect:
    """ Simple libvirt connect function """

    return libvirt.open(URI)

So it's ready to consume different URI.

What needs to be done:

  1. Make it dependant on some configuration from database
  2. Create proper webpage for it under sysadmin tools (maybe a general settings page which will include this particular settings?)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions