Skip to content

Commit

Permalink
Update bin/qds.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joy Lal Chattaraj <8450903+chattarajoy@users.noreply.github.com>
  • Loading branch information
harshashah16 and chattarajoy authored Jun 15, 2020
1 parent 99b42e6 commit ca3c99f
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 ca3c99f

Please sign in to comment.