Fix doc build job for wanring turn into error
Few warnings are now failing as error: - duplicate autoclass for VIFDirect - case sensitive for glossary terms 'Linux Bridge' Change-Id: I58d7fd85d98333bee387feff7b2c3d6f2f9102f4
This commit is contained in:
parent
d57a5f39ed
commit
840df14b56
@ -7,7 +7,6 @@ backend of a guest virtual network interface. There is a small, finite set of
|
||||
ways that a VIF backend can be configured for any given hypervisor and a
|
||||
limited amount of metadata is associated with each approach.
|
||||
|
||||
|
||||
.. py:module:: os_vif.objects.vif
|
||||
|
||||
VIF objects
|
||||
@ -28,8 +27,6 @@ subclassing :class:`VIFBase`.
|
||||
|
||||
.. autoclass:: VIFVHostUser
|
||||
|
||||
.. autoclass:: VIFDirect
|
||||
|
||||
.. autoclass:: VIFNestedDPDK
|
||||
|
||||
|
||||
|
@ -452,7 +452,7 @@ class VIFPortProfileFPBridge(VIFPortProfileBase):
|
||||
"""Port profile info for Linux Bridge networks using fast path.
|
||||
|
||||
This profile provides the metadata required to associate a :term:`fast
|
||||
path <Fast Path>` VIF with a :term:`Linux bridge` port.
|
||||
path <Fast Path>` VIF with a :term:`Linux Bridge` port.
|
||||
"""
|
||||
|
||||
# Version 1.0: Initial release
|
||||
|
Loading…
Reference in New Issue
Block a user