diff options
author | Julia Kreger <juliaashleykreger@gmail.com> | 2020-12-16 15:06:55 -0800 |
---|---|---|
committer | Julia Kreger <juliaashleykreger@gmail.com> | 2021-03-22 12:04:18 -0700 |
commit | f4ff15938cc2ee1103602d865a533efdd6e77b13 (patch) | |
tree | e2e9b2e74d431acf98129dfae6a64aad1df7c381 /releasenotes/notes/remove-extra-vif-port-id-ea4e59176c2065fd.yaml | |
parent | 043de26884c4b0014b019d1112ea8af9fad37d30 (diff) | |
download | ironic-f4ff15938cc2ee1103602d865a533efdd6e77b13.tar.gz |
Remove extra/vif_port_id
Removes API translation layer into port/portgroup internal_info
Removes internal logic to support use of VIFs stored in the extra
field, which effectively means all vif binding must now utilize
vif attachment and detachment.
This is a change that we likely should have pushed forward a couple
years back, but I didn't want to break compatability with very old
of ironic or standalone users which were deploying instances using
very old instructions. That being said, it is necessary to remove
the legacy vif support so new access controls can properly wrap
vif API endpoints.
Depends-On: https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/769204
Change-Id: I588b3a64475656542389ff83786189e2dc16d35c
Diffstat (limited to 'releasenotes/notes/remove-extra-vif-port-id-ea4e59176c2065fd.yaml')
-rw-r--r-- | releasenotes/notes/remove-extra-vif-port-id-ea4e59176c2065fd.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-extra-vif-port-id-ea4e59176c2065fd.yaml b/releasenotes/notes/remove-extra-vif-port-id-ea4e59176c2065fd.yaml new file mode 100644 index 000000000..c16d57a5c --- /dev/null +++ b/releasenotes/notes/remove-extra-vif-port-id-ea4e59176c2065fd.yaml @@ -0,0 +1,8 @@ +--- +upgrade: + - | + The functionality of using a port.extra ``vif_port_id`` + value to signal and control a VIF attachment has been removed + to support changing the permission model and access control policy. + Use of ``vif_port_id`` outside of the VIF attachment/detachment workflow + has been deprecated since the Ocata development cycle. |