Commit Graph

5 Commits

Author SHA1 Message Date
Slawek Kaplonski
3d6e16de32 [FWaaS] Add note about deprecation of the neutron-fwaas project
As we agreed in the drivers team, we will keep FWaaS API ref as official
API in the neutron-lib but we will not have any official implementation
of this API.
This patch adds such information to the FWaaS API ref document.

Change-Id: I7e683f52f47bbb7ce7c598c98332c5dbb5d97643
2020-07-07 09:11:02 +02:00
Matthias Lisin
34af1e37bb api-ref, fwaas-v2: Remove 'status' from request.
Current API says 'status' is a valid parameter when creating (POST)
or updating (PUT) a firewall group. This is not the case.
For example, when trying to create a firewall group
with a 'status' results in a 400 response with the message:
"Attribute 'status' not allowed in POST"

Change-Id: I2e6d2f291c42d54bceb37f09671f0e269cb68d9d
2018-08-10 17:26:28 +02:00
German Eichberger
c30700866e Adds Remote Firewall Groups to FWaaS V2 Rules
In the original spec
(https://specs.openstack.org/openstack/neutron-specs/specs/mitaka/fwaas-api-2.0.html)
FWaaS V2 introduced remote firewall groups. This
implements them in the API.

Change-Id: I4086278fe90ec68631ae1dbba4b17f8cf06005ed
2018-01-08 10:51:09 -08:00
Reedip
a0d6f5a1ae [FWaaS] Migrate Public attribute to Shared
This patch is the first in the series of patches which
tracks the migration of Public attribute to shared in
FWaaS v2.

Change-Id: I0be5fca27c9696714ba8b91de2098448c5a18265
Partial-Bug: #1676922
2017-04-13 20:53:51 +00:00
Margaret Frances
0841296497 FWaaS v2 API reference
Add API references for Firewall as a Service v2.

Co-Authored-By: Yushiro FURUKAWA <y.furukawa_2@jp.fujitsu.com>

Change-Id: Icc6f8b5f04268a7efc3522b28f30df1283fcdfda
Partial-Implements: blueprint fwaas-api-2.0
2017-01-13 01:11:07 +00:00