mirror of https://github.com/apache/cloudstack.git
describeInstances - fixed the filter support for private-ip-address
This commit is contained in:
parent
1fa596fcf5
commit
af5137260a
|
|
@ -44,7 +44,8 @@ public class EC2InstanceFilterSet {
|
|||
filterTypes.put( "instance-state-name", "string" );
|
||||
filterTypes.put( "ip-address", "string" );
|
||||
filterTypes.put( "owner-id", "string" );
|
||||
filterTypes.put( "root-device-name", "string" );
|
||||
filterTypes.put( "root-device-name", "string" );
|
||||
filterTypes.put( "private-ip-address", "string" );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue