Fix sample Rally plugin
_generate_random_name() in Rally is being replaced by generate_random_name(). Implements blueprint: consistent-resource-names Change-Id: I2939a8ee10be6f5e8e6cfee7e4adb65d96e4f88f
This commit is contained in:
parent
e688db26b2
commit
71d7a322d4
@ -81,7 +81,7 @@ class GlancePlugin(scenario.OpenStackScenario):
|
|||||||
@scenario.configure(context={"cleanup": ["glance"]})
|
@scenario.configure(context={"cleanup": ["glance"]})
|
||||||
def create_and_list(self, container_format,
|
def create_and_list(self, container_format,
|
||||||
image_location, disk_format, **kwargs):
|
image_location, disk_format, **kwargs):
|
||||||
self._create_image(self._generate_random_name(),
|
self._create_image(self.generate_random_name(),
|
||||||
container_format,
|
container_format,
|
||||||
image_location,
|
image_location,
|
||||||
disk_format,
|
disk_format,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user