Explorar el Código

Fix field name typo

Enis Afgan hace 10 años
padre
commit
8382ebc6d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cloudbridge/providers/openstack/types.py

+ 1 - 1
cloudbridge/providers/openstack/types.py

@@ -35,7 +35,7 @@ class OpenStackInstance(Instance):
         """
         Get the instance identifier.
         """
-        return self._ec2_instance.id
+        return self._os_instance.id
 
     @property
     def name(self):