Skip to content

Commit de07de1

Browse files
committed
fix script name
1 parent d132c85 commit de07de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbaas/workflow/steps/util/deploy/check_dns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def do(self, workflow_dict):
2828

2929
for dns in dns_list:
3030
LOG.info("Checking dns %s on %s" % (dns.dns, dns_credentials.project))
31-
check_nslookup(dns.dns, dns_credentials.project)
31+
#check_nslookup(dns.dns, dns_credentials.project)
3232

3333
return True
3434
except Exception:

0 commit comments

Comments
 (0)