Require stevedore for check_uptodate.sh

The Oslo config generator imports the stevedore.named module but
stevedore isn't listed as a requirement for Tempest, so config
generation can fail with an ImportError.

Closes-Bug: #1333998

Change-Id: I47ecac0f5881aceb279391a981780a2dd72f0d2b
This commit is contained in:
Matt Riedemann 2014-06-24 13:56:57 -07:00
parent 079bf98c18
commit a0c76894d6
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ mox>=0.5.3
mock>=1.0
coverage>=3.6
oslotest
stevedore>=0.14