Support acloud list command.

Enable the ability to list remote instances created by the user
and disply the info of instances including avd spec and status.

Bug: 118405737
Test: acloud list && acloud list -v && acloud delete
atest acloud_test

Change-Id: I8420f69c8f8c30046eeffe95c5b5d2d184ec4738
diff --git a/create/local_image_local_instance.py b/create/local_image_local_instance.py
index d7c2981..452fb50 100644
--- a/create/local_image_local_instance.py
+++ b/create/local_image_local_instance.py
@@ -67,7 +67,7 @@
         except errors.LaunchCVDFail as launch_error:
             raise launch_error
 
-        result_report = report.Report("local")
+        result_report = report.Report(constants.LOCAL_INS_NAME)
         result_report.SetStatus(report.Status.SUCCESS)
         result_report.AddData(key="devices",
                               value={"adb_port": constants.DEFAULT_ADB_PORT,