Skip to content
Snippets Groups Projects

Update multivdu VNF descriptor to use ubuntu16.04 image instead of US1604

Closed limon requested to merge patch-4 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@ vnfd-catalog:
vdu:
- id: mgmtVM
name: mgmtVM
image: US1604
image: ubuntu16.04
count: 1
vm-flavor:
vcpu-count: 1
@@ -44,7 +44,7 @@ vnfd-catalog:
- id: mgmtVM-internal
- id: dataVM
name: dataVM
image: US1604
image: ubuntu16.04
count: 1
vm-flavor:
vcpu-count: 1
Loading