From 4fa5cbc78212fba8c22a8c9872c60e53ec48416d Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 16 May 2018 15:14:18 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad20d90..855474f 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,21 @@ Plugin permettant de mettre à jour un template d'image OpenNebula en utilisant "endpoint": "", "image_name": "", "image_template": [ - "NAME = \"\"", "DESCRIPTION = \"\"", "DRIVER = \"qcow2\"", "TYPE = OS", "PERSISTENT = NO", "PATH = \"\"" ], - "datastore_name": "" + "acl": { + "group_use": 1 + }, + "owner": { + "group": "users" + }, + "datastore_name": "", + "auto_update_vm_templates": true, + "cleanup_unused_images": true } ] }