From deea22a41dd8bea691cfd37e0d9803a46bb10cec Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sun, 20 May 2012 00:06:32 -0400 Subject: [PATCH] Expose a limited networks API for users Currently, users do not have any way of knowing what networks are available for use, and in some scenarios such as when a user wants to add a fixed IP, they do not have access to the network ID. This exposes a limited amount of information through the existing networks extension for users and fixes LP Bug #1003979 Change-Id: I14cc3a377ee0f031b4edaf7eeec3a6550a402b1a --- nova/tests/policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/tests/policy.json b/nova/tests/policy.json index 83929d0b..aa9c7974 100644 --- a/nova/tests/policy.json +++ b/nova/tests/policy.json @@ -99,6 +99,7 @@ "compute_extension:keypairs": [], "compute_extension:multinic": [], "compute_extension:networks": [], + "compute_extension:networks:view": [], "compute_extension:quotas": [], "compute_extension:quota_classes": [], "compute_extension:rescue": [],