summaryrefslogtreecommitdiff
path: root/doc/api_samples/os-security-group-default-rules/security-group-default-rules-create-req.json
Commit message (Collapse)AuthorAgeFilesLines
* Move the v2 api_sample functional testsHe Jie Xu2015-08-181-0/+8
| | | | | | | | | | | This patch move the all v2.1 api sample tests under 'functional/api_sample_tests'. Also move sample files under 'doc/api-samples'. Co-Authored-By: Ed Leafe <ed@leafe.com> Co-Authored-By: Alex Xu <hejie.xu@intel.com> Partial-Bug: #1462901 Change-Id: I2b924f2ad7687a23a018a9b658e8acd9e04d7963
* Merge sec grp default rules tests between V2 and V2.1ghanshyam2015-04-011-8/+0
| | | | | | | | | | | Currently v2 and v2.1 have separate functional tests and their corresponding sample files. As v2 and v2.1 are supposed to be identical, there is overhead to maintain two set of functional tests and sample files. We can have one set of tests which can run for both v2 and v2.1. This commit merges sec grp default rules functional tests. Change-Id: I3a00d86c3c5451473601bd330015ccef4cf5c2a2
* Default SG rules for the Security Group "Default"Morgan Fainberg2013-02-191-0/+8
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