Port data plane status extension implementation
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| neutron |
Fix Released
|
Medium
|
Boden R | ||
Bug Description
https:/
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.
commit 89de63de05e296a
Author: Carlos Goncalves <email address hidden>
Date: Mon Jan 23 19:53:04 2017 +0000
Port data plane status extension implementation
Implements the port data plane status extension. Third parties
can report via Neutron API issues in the underlying data plane
affecting connectivity from/to Neutron ports.
Supported statuses:
- None: no status being reported; default value
- ACTIVE: all is up and running
- DOWN: no traffic can flow from/to the Neutron port
Setting attribute available to admin or any user with specific role
(default role: data_plane_
ML2 extension driver loaded on request via configuration:
[ml2]
extension
Related-Bug: #1598081
Related-Bug: #1575146
DocImpact: users can get status of the underlying port data plane;
attribute writable by admin users and users granted the
'data-
APIImpact: port now has data_plane_status attr, set on port update
Implements: blueprint port-data-
Depends-On: I04eef902b3310f
Change-Id: Ic9e1e3ed9e3d4b
| Changed in neutron: | |
| importance: | Undecided → Medium |
| assignee: | nobody → Carlos Goncalves (cgoncalves) |
| Changed in neutron: | |
| assignee: | Carlos Goncalves (cgoncalves) → Boden R (boden) |
| Changed in neutron: | |
| status: | In Progress → Fix Released |

Fix proposed to branch: master /review. openstack. org/495941
Review: https:/