RPC frontend for libvirt #1

Open
coolguy-cell wants to merge 4 commits from coolguy-cell/virtpool:development into master
First-time contributor
  • RPC frontend for libvirt
  • added asynchronous handling of libvirt
  • added host management interface along with template

Here in files::

virtpool.py - added query_host method to query about a host using a hostname

manage.html - updated few fields to be grayed out and be filled after querying host information

pc.py - Added producer-consumer classes

database.py - Added general methods to handle databases

*.sql - SQL tables for consumer and processes

* RPC frontend for libvirt * added asynchronous handling of libvirt * added host management interface along with template Here in files:: virtpool.py - added query_host method to query about a host using a hostname manage.html - updated few fields to be grayed out and be filled after querying host information pc.py - Added producer-consumer classes database.py - Added general methods to handle databases *.sql - SQL tables for consumer and processes
coolguy-cell added 1 commit 2020-09-24 10:46:26 +00:00
coolguy-cell added 1 commit 2020-09-26 14:47:05 +00:00
coolguy-cell added 1 commit 2020-10-28 08:41:28 +00:00
coolguy-cell added 1 commit 2020-11-12 06:37:58 +00:00
coolguy-cell added 1 commit 2020-11-12 06:41:28 +00:00
coolguy-cell force-pushed development from 85eec52f1a to 5d01c4278d 2020-11-12 07:38:48 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b coolguy-cell-development master
git pull development

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff coolguy-cell-development
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/virtpool#1
No description provided.