From 172bd89d975fbc4c2270abab8a9e4f24fd5428c9 Mon Sep 17 00:00:00 2001 From: Claudio Pisa <claudio.pisa@garr.it> Date: Wed, 16 Mar 2022 18:51:31 +0100 Subject: [PATCH] we don't need no qemu-guest-agent for volume snapshots --- openstack/README.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/openstack/README.rst b/openstack/README.rst index 6e9c188..0c99f78 100644 --- a/openstack/README.rst +++ b/openstack/README.rst @@ -7,13 +7,7 @@ The snapshots are deleted after a specified duration interval. Usage ----- -First of all install the QEMU Guest Agent package inside the target OpenStack instance. e.g.:: - - sudo apt update && sudo apt install qemu-guest-agent - -The QEMU Guest Agent is a daemon which allows the creation of consistent volume snapshots while the instance is running. - -You will also need an OpenStack openrc file, possibly based on Application Credentials. +Firsto of all you will need an OpenStack openrc file, possibly based on Application Credentials. This can be obtained through the OpenStack dashboard, under Identity --> Application Credentials --> Create Application Credential --> set a name and other parameters if needed --> Create Application Credential --> Download openrc file. -- GitLab