Add missing requirements

keystoneauth is imported in dragonflow test but not added into requirements [1].
This patch fixes that.

[1] https://github.com/openstack/dragonflow/blob/master/dragonflow/tests/fullstack/test_base.py#L17-L18

Change-Id: I863315e7d27bf496465ae6ac63fa885881d0715a
This commit is contained in:
Jeremy Liu 2017-01-13 16:25:32 +08:00
parent 013b7e34fb
commit b9b37b3320
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
hacking<0.12,>=0.11.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
keystoneauth1>=2.17.0 # Apache-2.0
python-pytun>=2.2.1 # MIT
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD