add config metadata
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
bf00263bc5
commit
2e0a14320a
2 changed files with 5 additions and 1 deletions
4
agent.sh
4
agent.sh
|
|
@ -11,6 +11,7 @@
|
|||
. ./lib/subnet.sh
|
||||
. ./lib/colors.sh
|
||||
. ./lib/qemu.sh
|
||||
. ./lib/metadata.sh
|
||||
|
||||
DRY_RUN="1"
|
||||
SIMULATION="1"
|
||||
|
|
@ -117,6 +118,9 @@ function main {
|
|||
"DeleteVolume")
|
||||
delete_volume "$@"
|
||||
;;
|
||||
"Config")
|
||||
metadata_config
|
||||
;;
|
||||
*)
|
||||
echo "action : ${fonction} not known !"
|
||||
echo "avalable action :"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue