Remove run_shell, a unused function

Change-Id: I76053caafcf7926f2f559fc4a804a31d3cb52e2f
This commit is contained in:
Dougal Matthews 2019-08-01 12:26:44 +01:00
parent 880cdbf9f9
commit d2cdde063b
1 changed files with 0 additions and 4 deletions

View File

@ -642,10 +642,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