Make OpenStack requirements optional 79/6879/9
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 14 Oct 2017 15:56:22 +0000 (11:56 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 30 Apr 2018 14:06:28 +0000 (10:06 -0400)
commit81cf2ce554580ab53b078d85865d6a9e438f96c6
tree1e890a957a2e669a417b7a9cd31362acf3f3c5fb
parentbde574e656a8295e137d7464311b9c213b2e9b4c
Make OpenStack requirements optional

Users can now `pip install lftools[openstack]` as an optional
dependency so that we don't have to download the entire openstack
shade depchain.

Change-Id: Icf0065eeb1bf97f92560434edec3576397223af7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
MANIFEST.in
docs/commands/openstack.rst
lftools/cli/__init__.py
lftools/openstack/no_cmd.py [new file with mode: 0644]
requirements-openstack.txt [new file with mode: 0644]
requirements.txt
setup.py
tox.ini