Ubuntu Pastebin

Paste from smoser at Thu, 13 Apr 2017 20:17:44 +0000

Download as text
1
2
3
4
5
6
7
$ lxc launch ubuntu-daily:xenial sm-x1
$ lxc exec sm-x1 /bin/bash
% sudo apt-get update -qy
% sudo apt-get install -qy tox python3-dev git gcc libssl-dev
% git clone https://git.launchpad.net/cloud-init
% cd cloud-init
% tox -e citest --notest
Download as text