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
+ 12
0
Compare changes
  • Side-by-side
  • Inline
#cloud-config
password: osm4u
chpasswd: { expire: False }
ssh_pwauth: True
write_files:
- content: |
# My new helloworld file
owner: root:root
permissions: '0644'
path: /root/helloworld.txt
Loading