From 059268b7b0437f0207cd3619b889a0c41b95f4c7 Mon Sep 17 00:00:00 2001 From: lvxianguo Date: Fri, 22 Jun 2018 16:40:38 +0800 Subject: [PATCH] fix misspelling of 'volume' Change-Id: I589a0568f8f491ee03372fb47946e05edb73c592 --- rally_openstack/scenarios/cinder/volume_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally_openstack/scenarios/cinder/volume_types.py b/rally_openstack/scenarios/cinder/volume_types.py index e5cac91a..fda65c84 100644 --- a/rally_openstack/scenarios/cinder/volume_types.py +++ b/rally_openstack/scenarios/cinder/volume_types.py @@ -254,7 +254,7 @@ class CreateGetAndDeleteEncryptionType(cinder_utils.CinderBasic): key_size=None, control_location="front-end"): """Create get and delete an encryption type - This scenario firstly creates an encryption type for a volome + This scenario firstly creates an encryption type for a volume type created in the context, then gets detailed information of the created encryption type, finally deletes the created encryption type.