From 0471d79d2f1d991d0a47e2c1aca240eee32d35af Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Wed, 18 Mar 2020 11:22:58 -0400 Subject: [PATCH] Use fully-qualified name in inventory plugin (#167) --- plugins/inventory/gcp_compute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/gcp_compute.py b/plugins/inventory/gcp_compute.py index 8ec66e2..59baf75 100644 --- a/plugins/inventory/gcp_compute.py +++ b/plugins/inventory/gcp_compute.py @@ -281,7 +281,7 @@ class GcpInstance(object): class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable): - NAME = "gcp_compute" + NAME = "google.cloud.gcp_compute" _instances = ( r"https://www.googleapis.com/compute/v1/projects/%s/aggregated/instances"