python-neutronclient/releasenotes/notes/bug-1676922-81341b70bc6f055a.yaml
Yushiro FURUKAWA f0164133fa [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.

Co-Authored-By: Reedip <reedip.banerjee@nectechnologies.in>
Closes-Bug: #1676922
Depends-On: I0be5fca27c9696714ba8b91de2098448c5a18265
Change-Id: Ibc3b90e28ae82ccc8ed044b12d83e97907f1dfb8
2017-07-27 00:44:04 +09:00

20 lines
810 B
YAML

---
deprecations:
- |
The ``--public`` and ``--private`` attribute of Firewall-as-a-Service v2
have been deprecated. While the ``--public`` attribute will now be replaced
by ``--share``, the ``--private`` attribute will be replaced by
``--no-share``. This is because of the similarity between the behavior of
``--public`` attribute in FireWall-as-a-Service and the ``--share``
attribute used in OpenStack. This deprecation affects the following CLIs.
* openstack firewall group create
* openstack firewall group set
* openstack firewall group unset
* openstack firewall policy create
* openstack firewall policy set
* openstack firewall policy unset
* openstack firewall rule create
* openstack firewall rule set
* openstack firewall rule unset