Fix typos, add some missed args and ensure consistency on where logger is defined.

Bug: None
Test: acloud-dev create --local-image
acloud-dev create --local-image --local-instance

Change-Id: I272cd82d68139e7d6ac27b84fdf725ce9818df3d
diff --git a/setup/host_setup_runner.py b/setup/host_setup_runner.py
index f994eb1..38caab5 100644
--- a/setup/host_setup_runner.py
+++ b/setup/host_setup_runner.py
@@ -29,6 +29,7 @@
 from acloud.setup import base_task_runner
 from acloud.setup import setup_common
 
+
 logger = logging.getLogger(__name__)
 
 # Install cuttlefish-common will probably not work now.