From 341e2c0fe2046347cf3e949d98d92f2c496c99d0 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 5 Mar 2018 15:43:28 -0500 Subject: [PATCH] add platform to ec2 group by options --- awx/main/models/inventory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index a9123659dd95..73e1a791f5eb 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -1146,6 +1146,7 @@ def get_ec2_group_by_choices(cls): ('aws_account', _('Account')), ('instance_id', _('Instance ID')), ('instance_state', _('Instance State')), + ('platform', _('Platform')), ('instance_type', _('Instance Type')), ('key_pair', _('Key Name')), ('region', _('Region')),