Pass api_versions info to glance images context
Change-Id: Ie6c60fcf9bb1ef723929da3c0b38d65c1660ed89
This commit is contained in:
parent
41b1f11653
commit
620fb7da7c
@ -79,7 +79,9 @@ class ImageGenerator(context.Context):
|
||||
self.context["users"]):
|
||||
current_images = []
|
||||
glance_scenario = glance_utils.GlanceScenario(
|
||||
{"user": user, "task": self.context["task"]})
|
||||
{"user": user, "task":
|
||||
self.context["task"],
|
||||
"config": self.context["config"]})
|
||||
|
||||
kwargs = self.config.get("image_args", {})
|
||||
if self.config.get("min_ram") is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user