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

Proposed by Chad Smith
Status: Merged
Approved by: Chad Smith
Approved revision: af5a92d008370c99b47465190a2d1efba4276209
Merge reported by: Chad Smith
Merged at revision: 78372f16d2711812793196aa8003ad51693ca472
Proposed branch: ~chad.smith/cloud-init:cii-git-hash-pylxd-pip-dependency
Merge into: cloud-init:master
Diff against target: 15 lines (+3/-1)
1 file modified
integration-requirements.txt (+3/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Joshua Powers (community) Approve
cloud-init Commiters Pending
Review via email: mp+335963@code.launchpad.net

Commit message

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.

Description of the change

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

To post a comment you must log in.
Revision history for this message
Joshua Powers (powersj) wrote :

Thanks! Tested and works as expected with lxd installed as snap

review: Approve
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:af5a92d008370c99b47465190a2d1efba4276209
https://jenkins.ubuntu.com/server/job/cloud-init-ci/687/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    SUCCESS: MAAS Compatability Testing
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/687/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/integration-requirements.txt b/integration-requirements.txt
2index 5c81c2c..45baac6 100644
3--- a/integration-requirements.txt
4+++ b/integration-requirements.txt
5@@ -12,7 +12,9 @@ boto3==1.5.9
6 paramiko==2.4.0
7
8 # lxd backend
9-pylxd==2.2.4
10+# 01/10/2018: enables use of lxd as snap support
11+git+https://github.com/lxc/pylxd.git@0722955260a6557e6d2ffde1896bfe0707bbca27
12+
13
14 # finds latest image information
15 bzr+lp:simplestreams

Subscribers

People subscribed via source and target branches