summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/utils/deploy_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'snaps/openstack/utils/deploy_utils.py')
-rw-r--r--snaps/openstack/utils/deploy_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snaps/openstack/utils/deploy_utils.py b/snaps/openstack/utils/deploy_utils.py
index 8c8431d..8cd6dd3 100644
--- a/snaps/openstack/utils/deploy_utils.py
+++ b/snaps/openstack/utils/deploy_utils.py
@@ -121,7 +121,7 @@ def create_vm_instance(os_creds, instance_settings, image_settings,
"""
Creates a VM instance
:param os_creds: The OpenStack credentials
- :param instance_settings: Instance of VmInstanceSettings
+ :param instance_settings: Instance of VmInstanceConfig
:param image_settings: The object containing image settings
:param keypair_creator: The object responsible for creating the keypair
associated with this VM instance. (optional)