mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
remove azure
This commit is contained in:
committed by
Ryan Petrello
parent
4cc58a221b
commit
a08a158672
@@ -89,7 +89,7 @@ class Metadata(metadata.SimpleMetadata):
|
||||
# Special handling of inventory source_region choices that vary based on
|
||||
# selected inventory source.
|
||||
if field.field_name == 'source_regions':
|
||||
for cp in ('azure', 'ec2', 'gce'):
|
||||
for cp in ('azure_rm', 'ec2', 'gce'):
|
||||
get_regions = getattr(InventorySource, 'get_%s_region_choices' % cp)
|
||||
field_info['%s_region_choices' % cp] = get_regions()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user