Sfoglia il codice sorgente

Fix field name typo

Enis Afgan 10 anni fa
parent
commit
8382ebc6d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.
         Get the instance identifier.
         """
         """
-        return self._ec2_instance.id
+        return self._os_instance.id
 
 
     @property
     @property
     def name(self):
     def name(self):