Merge "Remove run_shell, a unused function"

This commit is contained in:
Zuul 2019-08-30 11:46:05 +00:00 committed by Gerrit Code Review
commit 7f939cdb08
1 changed files with 0 additions and 4 deletions

View File

@ -643,10 +643,6 @@ def remove_known_hosts(overcloud_ip):
subprocess.check_call(command)
def run_shell(cmd):
return subprocess.call([cmd], shell=True)
def file_checksum(filepath):
"""Calculate md5 checksum on file