You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a program that probes if .local needs to be added to he hostname. We should have a commandline in burn and some API in
cloudmesh.common to do that
def probe_dot_local(hostname):
returns False if .local is not needed
returns true if .local is needed
cms burn probe .local
The text was updated successfully, but these errors were encountered:
Create a program that probes if .local needs to be added to he hostname. We should have a commandline in burn and some API in
cloudmesh.common to do that
The text was updated successfully, but these errors were encountered: