Add missing requirements

keystoneauth1 is imported in senlinclient but not added into requirements [1].
This patch fixes that.

[1] https://github.com/openstack/python-senlinclient/blob/master/senlinclient/common/exc.py#L13-L14

Change-Id: I054cd7bea3a61b8d72379e00e8d7d2a11bef75e9
This commit is contained in:
Jeremy Liu
2017-01-13 15:47:02 +08:00
parent a0d2ef1676
commit 8ab7f39c59

View File

@@ -5,6 +5,7 @@
Babel>=2.3.4 # BSD
pbr>=1.8 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD
keystoneauth1>=2.16.0 # Apache-2.0
openstacksdk!=0.9.11,!=0.9.12,>=0.9.10 # Apache-2.0
osc-lib>=1.2.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0