diff --git a/doc/source/user/vif-types.rst b/doc/source/user/vif-types.rst index bf93df28..460abe65 100644 --- a/doc/source/user/vif-types.rst +++ b/doc/source/user/vif-types.rst @@ -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 diff --git a/os_vif/objects/vif.py b/os_vif/objects/vif.py index 0a71689f..ff878c44 100644 --- a/os_vif/objects/vif.py +++ b/os_vif/objects/vif.py @@ -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 ` VIF with a :term:`Linux bridge` port. + path ` VIF with a :term:`Linux Bridge` port. """ # Version 1.0: Initial release