diff options
author | Tim Rozet <trozet@redhat.com> | 2017-04-03 10:58:49 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-04-06 01:36:47 +0000 |
commit | 79e3a9fe3bde6dd253db1de06307695d03550a4d (patch) | |
tree | b4c05e2e5047065bf6795e7b4c38e7c82702b070 /releasenotes | |
parent | 9bd0fe3445cf9e88d14bd234576b2944a5f7346f (diff) |
Fixes missing neutron base in sriov
This causes issues in deployments that is not using ML2
ComputeNeutronCorePlugin or OVS agent on the compute nodes.
Closes-Bug: 1679202
Change-Id: I9cdfd115add8c0d2d3ae6802e7bde007c1677c67
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 1b93ca14c4d58c360424fbf34f669014b34d3b4b)
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/fix-sriov-neutron-base-3e32bd667886c474.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-sriov-neutron-base-3e32bd667886c474.yaml b/releasenotes/notes/fix-sriov-neutron-base-3e32bd667886c474.yaml new file mode 100644 index 0000000..012a16c --- /dev/null +++ b/releasenotes/notes/fix-sriov-neutron-base-3e32bd667886c474.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Fixes missing neutron base class in sriov |