Skip to content

Commit

Permalink
Merge branch 'azure-2' of https://github.com/harshshah87/qds-sdk-py i…
Browse files Browse the repository at this point in the history
…nto azure-2
  • Loading branch information
shahharsh87 committed Jun 18, 2020
2 parents 167681b + ca3c99f commit 61eb262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/qds.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def main():
help="skip verification of server SSL certificate. Insecure: use with caution.")

optparser.add_option("--cloud_name", dest="cloud_name",
default=os.getenv('CLOUD_PROVIDER') or "AWS",
default=os.getenv('CLOUD_PROVIDER', "AWS"),
help="cloud", choices=["AWS", "AZURE", "ORACLE_BMC", "ORACLE_OPC", "GCP"])

optparser.add_option("--base_retry_delay", dest="base_retry_delay",
Expand Down

0 comments on commit 61eb262

Please sign in to comment.