awx/awx/main/constants.py

6 lines
178 B
Python

# Copyright (c) 2014 AnsibleWorks, Inc.
# All Rights Reserved.
CLOUD_PROVIDERS = ('azure', 'ec2', 'gce', 'rax', 'vmware')
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom',)