summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Pisarski <s.pisarski@cablelabs.com>2018-02-14 16:04:53 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-14 16:04:53 +0000
commit45466f22aebabce642902db86a04cb67ee2beadb (patch)
treee6f018a4a0e57a0060501fd35620ca6d878b73b1
parent8011c11063606b706d2f06dc33c4359400b9982d (diff)
parente477198192a4f442fcaa6a587d03bad90cafd539 (diff)
Merge "Fixed comment"
-rw-r--r--snaps/openstack/utils/launch_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snaps/openstack/utils/launch_utils.py b/snaps/openstack/utils/launch_utils.py
index 0d65c61..1899ef6 100644
--- a/snaps/openstack/utils/launch_utils.py
+++ b/snaps/openstack/utils/launch_utils.py
@@ -118,7 +118,7 @@ def launch_config(config, tmplt_file, deploy, clean, clean_image):
users_dict)
creators.append(vol_type_dict)
- # Create volume types
+ # Create volumes
vol_dict = __create_instances(
os_creds_dict, OpenStackVolume, VolumeConfig,
os_config.get('volumes'), 'volume', clean, users_dict)