From 3c541363890b9a412a6e5fcc405de6f11a82fb85 Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Wed, 6 Nov 2013 11:01:49 -0600 Subject: [PATCH] Add security groups and security group rules extensions Closes-Bug: #1128531 Change-Id: I81bac979e38e04074c92ba477ee69db44b6cfa9d Author: Diane Fleming --- .../src/os-compute-devguide.xml | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/openstack-compute-api-2/src/os-compute-devguide.xml b/openstack-compute-api-2/src/os-compute-devguide.xml index 87c1313..5772734 100755 --- a/openstack-compute-api-2/src/os-compute-devguide.xml +++ b/openstack-compute-api-2/src/os-compute-devguide.xml @@ -4251,12 +4251,30 @@ Host: servers.api.openstack.org/v2/
Quota Sets (os-quota-sets) - Permits administrators, depending on policy settings, to - view quotas for a tenant and view and update default - quotas. + Permits administrators, depending on policy + settings, to view quotas for a tenant and view and + update default quotas.
+
+ Security groups (os-security-groups) + Lists, shows information for, creates, and deletes + security groups. + +
+ +
+ Default security group rules + (os-security-group-default-rules) + Lists, shows information for, and creates default + security group rules. + +