Use fully-qualified name in inventory plugin (#167)

This commit is contained in:
Alan Rominger 2020-03-18 11:22:58 -04:00 committed by GitHub
parent 0be2684fe5
commit 0471d79d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"