add dvr_mode to docstring

This commit is contained in:
Andrew McLeod
2019-09-25 16:17:08 +02:00
parent 889053a3df
commit 36e9e45f0b

View File

@@ -491,6 +491,8 @@ def _plumb_guest_nic(server_name, mac_address, dvr_mode=None):
:type server_name: string
:param mac_address: mac address of nic to be added to netplan
:type mac_address: string
:param dvr_mode: Using DVR mode or not
:type dvr_mode: boolean
"""
if dvr_mode:
application_name = 'neutron-openvswitch'