def storm_delete(name): ' delete ssh config by name ' cmd = 'storm delete {}'.format(name) with hide("running"): local(cmd)