Skip to content

Commit

Permalink
Remove openstack from cloud manager's supported providers list.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Oct 11, 2018
1 parent 010c512 commit be34b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/managers/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# Any change to this list, MUST be reflected in the DOWNLOAD_TOOL wrapper
# (tools/cloud/download.xml).
SUPPORTED_PROVIDERS = {"aws": 0, "azure": 1, "openstack": 2}
SUPPORTED_PROVIDERS = {"aws": 0, "azure": 1}

DOWNLOAD_TOOL = "download_to_cloud"
DOWNLOAD_TOOL_VERSION = "0.1.0"
Expand Down

0 comments on commit be34b75

Please sign in to comment.