DNS_PROBE_FINISHED_NXDOMAIN
This commit is contained in:
@@ -1014,6 +1014,8 @@ def create_node(provider, name=None, location=None, size=None, image=None, confi
|
|||||||
console.print("[bold white]\nLocation: %s\n[/bold white]" % (location))
|
console.print("[bold white]\nLocation: %s\n[/bold white]" % (location))
|
||||||
console.print("[bold white]\nSize: [/bold white]%s\n" % (size))
|
console.print("[bold white]\nSize: [/bold white]%s\n" % (size))
|
||||||
console.print("[bold white]\nImage: [/bold white]%s\n" % (image))
|
console.print("[bold white]\nImage: [/bold white]%s\n" % (image))
|
||||||
|
if args.deploy:
|
||||||
|
console.print("[bold white]\nDocker Images to pull: [/bold white]%s\n" % (args.deploy))
|
||||||
console.print("Type yes if you want to confirm your choices", style="bold white")
|
console.print("Type yes if you want to confirm your choices", style="bold white")
|
||||||
confirm = Confirm.ask("[bold white]Continue? [/bold white]")
|
confirm = Confirm.ask("[bold white]Continue? [/bold white]")
|
||||||
# Any input other than yes does not continue the node creation
|
# Any input other than yes does not continue the node creation
|
||||||
|
|||||||
Reference in New Issue
Block a user