Merge branch 'pm_phase2' into v2.0. Amend change for NSD based on package_type rpc...
[osm/SO.git] / examples / ping_pong_ns / ping_pong_ns / user-data
1 #cloud-config
2 password: fedora
3 chpasswd: { expire: False }
4 ssh_pwauth: True
5 runcmd:
6   - [ systemctl, daemon-reload ]
7   - [ systemctl, enable, ping.service ]
8   - [ systemctl, start, --no-block, ping.service ]