From 1f128adb9e677bd7b3103068d8158d53304c51a4 Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Thu, 4 May 2017 14:17:20 -0400 Subject: [PATCH] Bug 263 fixed Signed-off-by: Mike Marchetti --- src/vnfd/cirros_vnf/cirros_vnfd.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/vnfd/cirros_vnf/cirros_vnfd.yaml b/src/vnfd/cirros_vnf/cirros_vnfd.yaml index b4b98e25..0496caaf 100644 --- a/src/vnfd/cirros_vnf/cirros_vnfd.yaml +++ b/src/vnfd/cirros_vnf/cirros_vnfd.yaml @@ -22,13 +22,14 @@ vnfd:vnfd-catalog: count: 1 # Flavour of the VM to be instantiated for the VDU + # flavor below can fit into m1.micro vm-flavor: vcpu-count: 1 - memory-mb: 512 - storage-gb: 1 + memory-mb: 256 + storage-gb: 2 # Image/checksum or image including the full path - image: cirros034 + image: 'CirrOS 0.3.4 64-bit' #checksum: external-interface: -- 2.25.1