Fix tempest bug

This commit is contained in:
Dan Bode 2012-05-25 18:19:10 -07:00
parent 7091ea1459
commit ea8d4a2889
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class tempest(
$flavor_ref = 1,
$flavor_ref_alt = 2,
# the version of the openstack images api to use
$image_api_version = 'v1',
$image_api_version = '1',
$image_host = 'localhost',
$image_port = '9292',