Skip to content

Commit de20693

Browse files
committed
updated help for new use-dns logic
1 parent 58aede9 commit de20693

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

harbor_wave.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
is the only option that does NOT go in the .cfg file, but rather the seperate
7575
api-key file
7676
77-
domain - DNS domain to use if use-dns is set True
77+
domain - DNS domain. If this is set, then harbor-wave creates a VM with
78+
a FQDN based on this domain. a DNS A-Record is created for the droplet. Must
79+
have a domain associated with digital ocean account
7880
7981
payload - Input data from your local machine and made availble over the
8082
Digital Ocean API, for use with cloud-init or other. This is a string
@@ -102,10 +104,6 @@
102104
template - ID of the custom template image for spawning droplets. You can
103105
get a list of valid values with list templates
104106
105-
use-dns - Use fully qualified domain names for droplet host names, and
106-
set DNS in network settings. True or False. This domain MUST EXIST on your
107-
Digital Ocean account.
108-
109107
wait - Wait for IP addresses and print them before exiting
110108
111109
'''

0 commit comments

Comments
 (0)