From 59aaf1dff97aa25a71d317300b8255f4c59391a9 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Wed, 6 Feb 2013 15:39:54 -0800 Subject: Default SG rules for the Security Group "Default" Added in the API os-security-group-default-rules This allows create, delete, list, and get (of individual rules) for rules that will be pre-populated into the Security Group "default" that is populated in all projects on creation. These rules will not be applied retroactively, as it is designed to allow the creation of a "reasonable" base-line set of sg rules. The new rules live in a separate table that mirrors the relevant structures of the security_group_rules table. Added unit tests/API samples for the new API calls Related to bp default-rules-for-default-security-group DocImpact Change-Id: I7ab51e68aff562bb869538197a0eca158fc3220c --- doc/api_samples/all_extensions/extensions-get-resp.json | 8 ++++++++ doc/api_samples/all_extensions/extensions-get-resp.xml | 3 +++ 2 files changed, 11 insertions(+) (limited to 'doc/api_samples/all_extensions') diff --git a/doc/api_samples/all_extensions/extensions-get-resp.json b/doc/api_samples/all_extensions/extensions-get-resp.json index ba5e410eb8..14e9062ca3 100644 --- a/doc/api_samples/all_extensions/extensions-get-resp.json +++ b/doc/api_samples/all_extensions/extensions-get-resp.json @@ -384,6 +384,14 @@ "namespace": "http://docs.openstack.org/compute/ext/rescue/api/v1.1", "updated": "2011-08-18T00:00:00+00:00" }, + { + "alias": "os-security-group-default-rules", + "description": "Default rules for security group support.", + "links": [], + "name": "SecurityGroupDefaultRules", + "namespace": "http://docs.openstack.org/compute/ext/securitygroupdefaultrules/api/v1.1", + "updated": "2013-02-05T00:00:00+00:00" + }, { "alias": "os-security-groups", "description": "Security group support.", diff --git a/doc/api_samples/all_extensions/extensions-get-resp.xml b/doc/api_samples/all_extensions/extensions-get-resp.xml index a18e524370..133b0570ad 100644 --- a/doc/api_samples/all_extensions/extensions-get-resp.xml +++ b/doc/api_samples/all_extensions/extensions-get-resp.xml @@ -162,6 +162,9 @@ Instance rescue mode. + + Default rules for security group support. + Security group support. -- cgit v1.2.1