~mwhudson/ubuntu/xenial/juju-core/mwhudson

« back to all changes in this revision

Viewing changes to debian/tests/lxd-provider

  • Committer: Martin Packman
  • Date: 2016-04-14 22:01:54 UTC
  • Revision ID: martin.packman@canonical.com-20160414220154-joy09lhfzc61yuqw
Update debian/tests to manually configure lxd and other fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
SERIES=$(lsb_release -sc)
6
6
 
7
 
echo "Adding: image to LXD: "
8
 
lxd-images import ubuntu $SERIES --alias ubuntu-$SERIES
9
 
 
10
7
echo "Testing juju bootstrap: "
11
8
juju bootstrap my-controller lxd --upload-tools --debug --config default-series=$SERIES
12
9
echo "OK"