Enis Afgan пре 10 година
родитељ
комит
8382ebc6d2
1 измењених фајлова са 1 додато и 1 уклоњено
  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):