From a7e6d62e2ccd72e77c75b1c84fbf82035e5df4a8 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 19 Jan 2015 11:48:34 -0500 Subject: [PATCH] Rename 'primaries' in windows azure to 'Cloud_services' per recommendation --- awx/plugins/inventory/windows_azure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/plugins/inventory/windows_azure.py b/awx/plugins/inventory/windows_azure.py index 55fc8d9074..214aa1d910 100755 --- a/awx/plugins/inventory/windows_azure.py +++ b/awx/plugins/inventory/windows_azure.py @@ -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)