From 69bc58d94f62a693a02c3a74129a213f9358d920 Mon Sep 17 00:00:00 2001 From: catborise Date: Fri, 15 Nov 2019 16:35:02 +0300 Subject: [PATCH] Update README.md Add features, add iproute-tc package to centos req --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcea63a..b63caad 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,19 @@ ## Features - +* QEMU/KVM Hypervisor Management +* QEMU/KVM Instance Management - Create, Delete, Update +* Hypervisor & Instance web based stats +* Manage Multiple QEMU/KVM Hypervisor +* Manage Hypervisor Datastore pools +* Manage Hypervisor Networks +* Instance Console Access with Browsers +* Libvirt API based web management UI +* User Based Authorization and Authentication * User can add SSH public key to root in Instance (Tested only Ubuntu) * User can change root password in Instance (Tested only Ubuntu) * Supports cloud-init datasource interface + ### Warning!!! @@ -67,7 +76,7 @@ wget -O - https://clck.ru/9V9fH | sudo sh ### Install WebVirtCloud panel (CentOS) ```bash -sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor python-lxml git python-libguestfs +sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor python-lxml git python-libguestfs iproute-tc ``` #### Creating directories and cloning repo