Re-add pylxd to requirements.txt

pylxd was removed from requirements.txt in
a previous commit:  f07d597e1e

The previous removal looks like it may have been unintentional.

This commit adds pylxd to requirements.txt

Change-Id: I3aa3579e0eece16b55754d126fdec86540760a40
This commit is contained in:
Michael Gugino 2016-07-25 17:23:19 -04:00 committed by Chuck Short
parent d4b44ee5e3
commit 7162c21686
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ oslo.concurrency>=3.8.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
pylxd>=2.0.4 # Apache-2.0
pyOpenSSL>=0.14 # Apache-2.0
# XXX: rockstar (17 Feb 2016) - oslo_config imports

View File

@ -14,7 +14,6 @@ setenv =
PYTHONDONTWRITEBYTECODE=1
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/lxc/pylxd#egg=pylxd
-egit+https://github.com/openstack/nova#egg=nova
commands = ostestr {posargs}