Loading hackfest_multivdu_vnf/cloud_init/cloud-config.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line #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
hackfest_multivdu_vnf/cloud_init/cloud-config.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line #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