summaryrefslogtreecommitdiff
path: root/ironic/dhcp/base.py
diff options
context:
space:
mode:
authorMario Villaplana <mario.villaplana@gmail.com>2015-05-05 21:57:08 +0000
committerMario Villaplana <mario.villaplana@gmail.com>2015-05-15 19:57:58 +0000
commit0818ffd3b09373427195a7cfa85b8a903c978033 (patch)
tree11849d97dc6703816c45ab6e65db4459e1c89979 /ironic/dhcp/base.py
parent5df3bd1dac02bbdfc488b5a6d6f2bb622ba0ae14 (diff)
downloadironic-0818ffd3b09373427195a7cfa85b8a903c978033.tar.gz
Fixes some docstring warnings
Some warnings related to whitespace, improper indentation, and improper use of literals are fixed. Change-Id: I86b245e44a48518ca077b4b84a09e7d72d372702 Partial-Bug: 1277282
Diffstat (limited to 'ironic/dhcp/base.py')
-rw-r--r--ironic/dhcp/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ironic/dhcp/base.py b/ironic/dhcp/base.py
index a40a3258a..cb5bf0da8 100644
--- a/ironic/dhcp/base.py
+++ b/ironic/dhcp/base.py
@@ -73,6 +73,7 @@ class BaseDHCP(object):
'opt_value': '123.123.123.456'},
{'opt_name': 'tftp-server',
'opt_value': '123.123.123.123'}]
+
:param vifs: a dict of Neutron port dicts to update DHCP options on.
The keys should be Ironic port UUIDs, and the values should be
Neutron port UUIDs