Attribute instance-id added to filter dict
This commit is contained in:
parent
7cf2e06eb8
commit
96843fdfe8
1 changed files with 2 additions and 1 deletions
|
|
@ -175,7 +175,8 @@ def keypair_names_from_querystring(querystring_dict):
|
||||||
|
|
||||||
|
|
||||||
filter_dict_attribute_mapping = {
|
filter_dict_attribute_mapping = {
|
||||||
'instance-state-name': 'state'
|
'instance-state-name': 'state',
|
||||||
|
'instance-id': 'id'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue