Ubuntu Pastebin

Paste from Chad Smith at Tue, 2 May 2017 21:29:19 +0000

Download as text
1
2
3
4
5
  ./get-proposed-image $release;
  raw=$release-server-cloudimg-amd64-proposed.raw;
  #upload raw image to your cloud
  openstack image create --disk-format raw --container-format bare --file $raw testing/$release-proposed-image.tar.gz;
  openstack server create --image testing/$release-proposed-image.tar.gz --flavor=m1.tiny lxd-$release --key-name <your-key>;
Download as text