From 36e9e45f0b6c35a20dbe10d32dcef2a8950c4cdb Mon Sep 17 00:00:00 2001 From: Andrew McLeod Date: Wed, 25 Sep 2019 16:17:08 +0200 Subject: [PATCH] add dvr_mode to docstring --- zaza/openstack/utilities/openstack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zaza/openstack/utilities/openstack.py b/zaza/openstack/utilities/openstack.py index 464d49c..3eae559 100644 --- a/zaza/openstack/utilities/openstack.py +++ b/zaza/openstack/utilities/openstack.py @@ -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'