Merge "Fix sample Rally plugin"

This commit is contained in:
Jenkins 2015-11-26 15:13:55 +00:00 committed by Gerrit Code Review
commit a9a45ece4f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class GlancePlugin(scenario.OpenStackScenario):
@scenario.configure(context={"cleanup": ["glance"]})
def create_and_list(self, container_format,
image_location, disk_format, **kwargs):
self._create_image(self._generate_random_name(),
self._create_image(self.generate_random_name(),
container_format,
image_location,
disk_format,