Merge "Minor change so vpci in sample vnfd generated is between single quotes so...
authorvelandy <rajesh.velandy@riftio.com>
Wed, 29 Mar 2017 20:30:04 +0000 (22:30 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Wed, 29 Mar 2017 20:30:05 +0000 (22:30 +0200)
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