1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

Also remove some dangling rax from awxkit and collection modules.

This commit is contained in:
Bill Nottingham 2020-02-25 15:18:26 -05:00
parent 3e6b6c05a6
commit 341c6ae767
2 changed files with 2 additions and 3 deletions

View File

@ -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(),

View File

@ -33,7 +33,6 @@ cloud_types = (
'openstack_v2',
'openstack_v3',
'rhv',
'rax',
'satellite6',
'tower',
'vmware')