1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

Rename 'primaries' in windows azure to 'Cloud_services' per recommendation

This commit is contained in:
Matthew Jones 2015-01-19 11:48:34 -05:00
parent a80c5196ad
commit a7e6d62e2c

View File

@ -241,7 +241,7 @@ class AzureInventory(object):
self.push(self.inventory, self.to_safe(cloud_service.service_name), hostname)
if int(ssh_port) == 22:
self.push(self.inventory, "primaries", hostname)
self.push(self.inventory, "Cloud_services", hostname)
# Inventory: Group by region
self.push(self.inventory, self.to_safe(cloud_service.hosted_service_properties.location), hostname)