11 Commits

Author SHA1 Message Date
Hang Yang
916326df38 Add API extension "security-groups-shared-filtering"
Add API extension "security-groups-shared-filtering". This extension
adds the "shared" field to security groups and allows users to filter
security groups based on the "shared" field.

Related-Bug: #1942615
Change-Id: Idba0af5a6ee1a2a8c02db51be197988d23412f0f
2021-10-08 09:24:04 -05:00
Aditya Reddy Nagaram
f470973446 add "stateful-security-group" api extension
commit adds "stateful-security-group" API extension to
neutron-lib for implementing stateless security groups.

Needed-By: https://review.opendev.org/572767

Partial-Bug: #1753466

Change-Id: I72addb21b7515d7120768c91e02660258959373e
2019-11-29 11:01:00 +01:00
Michal Kelner Mishali
65da70c5d6 Adding tags to responses for relevant resources
Adding tag to responses for resources that support
standard attributes.

Closes-bug: #1748982

Change-Id: Ie72edd710c420bed3f0c1bf6dce307fb09e4e8ba
Signed-off-by: Michal Kelner Mishali <mkelnermishal@vmware.com>
2018-05-06 10:27:40 +03:00
Hongbin Lu
e4d3946e9a Add timestamp attributes to standard resources
Add 'created_at' and 'updated_at' attributes to subnet, subnetpool,
ports, router, security group/rule, qos policy, and log if missing.

Change-Id: Ib8254e432b26033e679bf75379f1001c5984500b
2018-04-27 21:23:46 +00:00
Boden R
41212a5311 complete api ref for std attr revisions
This patch completes the api ref for standard attribute based revision
numbers by:
- Updating applicable resource JSON responses to include
revision_number.
- Documents the revision_number response param where missing.
- Adds a section in the intro about revisions as well as conditional
HTTP based operations using If-Match header.
- Standardizes the revision_number response param; doesn't seem
necessary for each resource to have it's own.

Change-Id: Ib9a19126c35f89bc9c2ad891a7339702a406e2d5
Partial-Bug: #1703234
2017-08-30 16:06:23 -06:00
Boden R
8f4338506e api-ref: add description to security groups
Adds the description request/response parameter as
applicable to core resources (see defect).

Change-Id: Ica654402a109c8c08a70d0d306e9f05f8e881306
Partial-Bug: #1553653
2017-02-02 08:54:19 -07:00
Boden R
51170849fd api-ref: add description to security group rules
Adds the description request/response parameter as
applicable to core resources (see defect).

Change-Id: I36f8a15ef6b01e558255d542b31da837af5646b0
Partial-Bug: #1553653
2017-02-02 08:46:32 -07:00
Nguyen Phuong An
6cfa2c03d7 api-ref: Fix descriptions of sec-grp parameters
This patch corrects descriptions of request/response parmaters of
security-groups api.

Partially-Implements: blueprint neutron-in-tree-api-ref
Closes-Bug: #1614815

Co-Authored-By: Anindita Das <anindita.das@intel.com>
Change-Id: I48df20026118f6f62bbb7da4a216227b89b9bf3d
2017-01-13 17:03:45 +09:00
Nguyen Phuong An
79edae5029 api-ref: Adding request parameter for sec-grp-rule
This patch adds request parameters table for security-group-rule
api.

Change-Id: Ie5f66855567d0e459b958288d2782e4d3b63b1a8
Partially-Implements: blueprint neutron-in-tree-api-ref
Co-Authored-By: Anindita Das <anindita.das@intel.com>
Closes-Bug: #1614822
2017-01-03 17:58:07 +00:00
Henry Gessau
429e5c2c95 api-ref: Update to current state of Keystone V3 support
Use 'project' instead of 'tenant' in descriptions.

Accept either 'tenant_id' or 'project_id' in requests.
Return both 'tenant_id' or 'project_id' in responses.

Related Blueprint: keystone-v3

Change-Id: I606f7399dfb824ba08922470f6e46b0a150af33b
2016-10-06 22:05:43 -04:00
Akihiro Motoki
e3cb5a4129 api-ref: Move sample JSON files under v2 directory
Previously sample JSON files are placed in the top directory
of api-ref, but they belong to v2 API, so it sounds reasonable
to place them in v2 directory.

Preparation of API-ref cleanup.

Part of blueprint neutron-in-tree-api-ref

Change-Id: I7c63f570507c51526957988f9b21a4244bd6e58a
2016-08-04 10:33:10 +09:00