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
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
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
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