Remove pbr warnerrors in favor of sphinx check

This change removes the now unused "warnerrors" setting,
which is replaced by "warning-is-error" in sphinx
releases >= 1.5 [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/
2017-March/113085.html

Change-Id: I9bf18ff72f36dfd3496b9672604e8bb98999b133
This commit is contained in:
Vu Cong Tuan
2017-06-11 18:17:51 +07:00
parent af9caeeaae
commit 667ad45615
3 changed files with 8 additions and 2 deletions
doc/source
ironic_python_agent
setup.cfg

@@ -775,7 +775,7 @@ class GenericHardwareManager(HardwareManager):
:param node: Ironic node object
:param ports: list of Ironic port objects
:raises BlockDeviceEraseError when there's an error erasing the
:raises BlockDeviceEraseError: when there's an error erasing the
block device
"""
block_devices = self.list_block_devices()