Minor change so vpci in sample vnfd generated is between single quotes so it still...
authorPablo Montes Moreno <pablo.montesmoreno@telefonica.com>
Wed, 14 Dec 2016 15:57:15 +0000 (16:57 +0100)
committerPablo Montes Moreno <pablo.montesmoreno@telefonica.com>
Wed, 14 Dec 2016 15:57:15 +0000 (16:57 +0100)
Signed-off-by: Pablo Montes Moreno <pablo.montesmoreno@telefonica.com>
src/generate_descriptor_pkg.sh

index b496497..a09fb6a 100755 (executable)
@@ -231,7 +231,7 @@ EOF
                 virtual-interface:
                     type: VIRTIO
                     bandwidth: '0'
-                    vpci: 0000:00:0a.0
+                    vpci: '0000:00:0a.0'
                 vnfd-connection-point-ref: eth0
 EOF
 
@@ -244,7 +244,7 @@ EOF
                 virtual-interface:
                     type: ${INTF_TYPE}
                     bandwidth: '0'
-                    vpci: 0000:00:${pci}.0
+                    vpci: '0000:00:${pci}.0'
                 vnfd-connection-point-ref: eth${eth}
 EOF
     done