From 341c6ae767cc95b288b1f6228df73433e2ebec7e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 25 Feb 2020 15:18:26 -0500 Subject: [PATCH] Also remove some dangling rax from awxkit and collection modules. --- awx_collection/plugins/modules/tower_group.py | 4 ++-- awxkit/awxkit/utils/__init__.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/awx_collection/plugins/modules/tower_group.py b/awx_collection/plugins/modules/tower_group.py index 8b9677da79..0c16e8a9ce 100644 --- a/awx_collection/plugins/modules/tower_group.py +++ b/awx_collection/plugins/modules/tower_group.py @@ -48,7 +48,7 @@ options: source: description: - The source to use for this group. - choices: ["manual", "file", "ec2", "rax", "vmware", "gce", "azure", "azure_rm", "openstack", "satellite6" , "cloudforms", "custom"] + choices: ["manual", "file", "ec2", "vmware", "gce", "azure", "azure_rm", "openstack", "satellite6" , "cloudforms", "custom"] type: str source_regions: description: @@ -124,7 +124,7 @@ def main(): inventory=dict(required=True), variables=dict(), credential=dict(), - source=dict(choices=["manual", "file", "ec2", "rax", "vmware", + source=dict(choices=["manual", "file", "ec2", "vmware", "gce", "azure", "azure_rm", "openstack", "satellite6", "cloudforms", "custom"]), source_regions=dict(), diff --git a/awxkit/awxkit/utils/__init__.py b/awxkit/awxkit/utils/__init__.py index f426872272..2526983817 100644 --- a/awxkit/awxkit/utils/__init__.py +++ b/awxkit/awxkit/utils/__init__.py @@ -33,7 +33,6 @@ cloud_types = ( 'openstack_v2', 'openstack_v3', 'rhv', - 'rax', 'satellite6', 'tower', 'vmware')