← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~chad.smith/cloud-init:cii-git-hash-pylxd-pip-dependency into cloud-init:master

 

Chad Smith has proposed merging ~chad.smith/cloud-init:cii-git-hash-pylxd-pip-dependency into cloud-init:master.

Requested reviews:
  cloud-init commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/335963

tests: Use git hash pip dependency format for pylxd.

We want this git hash from master as it pylxd pip packages are not
as frequently published by this project. Master for pylxd is under
active development, so we do want to 'pin' which hash we pull.

To test:
tox  -r -e citest -- run --os-name=artful --platform=ec2 --preserve-data --data-dir=../results --verbose -t modules/runcm
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:cii-git-hash-pylxd-pip-dependency into cloud-init:master.
diff --git a/integration-requirements.txt b/integration-requirements.txt
index 5c81c2c..45baac6 100644
--- a/integration-requirements.txt
+++ b/integration-requirements.txt
@@ -12,7 +12,9 @@ boto3==1.5.9
 paramiko==2.4.0
 
 # lxd backend
-pylxd==2.2.4
+# 01/10/2018: enables use of lxd as snap support
+git+https://github.com/lxc/pylxd.git@0722955260a6557e6d2ffde1896bfe0707bbca27
+
 
 # finds latest image information
 bzr+lp:simplestreams

References