2
0
Эх сурвалжийг харах

Fix incorrect variable in instance.create

Nuwan Goonasekera 9 жил өмнө
parent
commit
ade2c4b68f

+ 1 - 1
cloudbridge/cloud/providers/openstack/services.py

@@ -592,7 +592,7 @@ class OpenStackInstanceService(BaseInstanceService):
         if launch_config:
         if launch_config:
             bdm = self._to_block_device_mapping(launch_config)
             bdm = self._to_block_device_mapping(launch_config)
 
 
-        log.debug("Launching with net %s" % net)
+        log.debug("Launching in network %s" % network_id)
         os_instance = self.provider.nova.servers.create(
         os_instance = self.provider.nova.servers.create(
             name,
             name,
             None if self._has_root_device(launch_config) else image_id,
             None if self._has_root_device(launch_config) else image_id,