mirror of https://github.com/apache/jclouds.git
openstack-nova: fixing getInstanceId
This commit is contained in:
parent
b290a2e7c9
commit
cd33c5d901
|
@ -104,7 +104,7 @@ public class FloatingIP implements Comparable<FloatingIP> {
|
|||
}
|
||||
|
||||
public String getInstanceId() {
|
||||
return this.fixedIp;
|
||||
return this.instanceId;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue