[ACloud]Fix inclusive code language.

Clean some non-inclusive code in ACloud project.

Bug: NA

Test: m acloud
Change-Id: I593f5d216681ea2b3a6358ccbdf11dcec5e20460
diff --git a/internal/lib/auth.py b/internal/lib/auth.py
index d16698b..1d1cc09 100644
--- a/internal/lib/auth.py
+++ b/internal/lib/auth.py
@@ -32,7 +32,7 @@
   non-google-owned service account can not access Android Build API.
   Only local build artifact can be used.
 
-* Google-owned service account, if used, needs to be whitelisted by
+* Google-owned service account, if used, needs to be allowed by
   Android Build team so that acloud can access build api.
 """
 
@@ -111,7 +111,7 @@
             "Could not authenticate using json private key file (%s) "
             " error message: %s" % (json_private_key_path, str(e)))
 
-
+# pylint: disable=old-style-class
 class RunFlowFlags():
     """Flags for oauth2client.tools.run_flow."""
 
diff --git a/setup/gcp_setup_runner.py b/setup/gcp_setup_runner.py
index 71f2883..26c1d06 100644
--- a/setup/gcp_setup_runner.py
+++ b/setup/gcp_setup_runner.py
@@ -315,7 +315,7 @@
 
     def _CreateStableHostImage(self):
         """Create the stable host image."""
-        # Write default stable_host_image_name with dummy value.
+        # Write default stable_host_image_name with unused value.
         # TODO(113091773): An additional step to create the host image.
         if not self.stable_host_image_name:
             UpdateConfigFile(self.config_path, "stable_host_image_name", "")