Switch to using pylxd

Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2015-03-03 13:15:36 -05:00
parent 243f30539b
commit 912c599d4c
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ set +o xtrace
LXD_DIR=$DEST/nova-compute-lxd
LXD_BIN_DIR=$GOPATH/src/github.com/lxc/lxd
LXC_REPO=${LXC_REPO:-${GIT_BASE}/lxc/python2-lxc}
LXC_DIR=$DEST/python2-lxc
LXC_REPO=${LXC_REPO:-${GIT_BASE}/zulcss/pylxd}
LXC_DIR=$DEST/pylxd
function configure_lxd {