Merge "Increase glance image polling intervall from 1 to 5 seconds"

This commit is contained in:
Zuul
2019-10-31 18:44:01 +00:00
committed by Gerrit Code Review

View File

@@ -74,7 +74,7 @@ class GlanceImageFixture(tobiko.SharedFixture):
username = None
password = None
image = None
wait_interval = 1.
wait_interval = 5.
def __init__(self, image_name=None, username=None, password=None,
client=None):