From 3046d63fd0bfb2e254e04e05dcacd5d870918988 Mon Sep 17 00:00:00 2001 From: "Kevin L. Mitchell" Date: Wed, 27 Jun 2012 18:44:35 -0500 Subject: [PATCH] Add hypervisor information extension. Adds a new extension to get information about hypervisors (as opposed to compute hosts), including a list of hypervisors matching a regular expression (database regular expression, i.e., %'s) and a list of hypervisors with the list of instances living on those hypervisors. Change-Id: I2e44e82e123e5e727b49622fe5e966131658f9f6 --- nova/tests/policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/tests/policy.json b/nova/tests/policy.json index e6b534f5..206cb574 100644 --- a/nova/tests/policy.json +++ b/nova/tests/policy.json @@ -97,6 +97,7 @@ "compute_extension:floating_ip_pools": [], "compute_extension:floating_ips": [], "compute_extension:hosts": [], + "compute_extension:hypervisors": [], "compute_extension:keypairs": [], "compute_extension:multinic": [], "compute_extension:networks": [],