Convert short doc strings to be on one line
This patch just cleans up some one-line doc strings which were split across 3 lines needlessly. Change-Id: I3c2011d20fb7c3b8714d7b5a32151e427bf8a311
This commit is contained in:

committed by
Robert Collins

parent
38b73af9d6
commit
c085e788fb
@@ -18,9 +18,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
"""
|
||||
Tests for the base baremetal driver class.
|
||||
"""
|
||||
"""Tests for the base baremetal driver class."""
|
||||
|
||||
from nova import exception
|
||||
from nova.openstack.common import cfg
|
||||
|
@@ -17,9 +17,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
"""
|
||||
Test class for baremetal IPMI power manager.
|
||||
"""
|
||||
"""Test class for baremetal IPMI power manager."""
|
||||
|
||||
import os
|
||||
import stat
|
||||
|
@@ -17,9 +17,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
"""
|
||||
Tests for baremetal pxe driver.
|
||||
"""
|
||||
"""Tests for baremetal pxe driver."""
|
||||
|
||||
import os
|
||||
|
||||
|
@@ -16,9 +16,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
"""
|
||||
Tests for baremetal utils
|
||||
"""
|
||||
"""Tests for baremetal utils."""
|
||||
|
||||
import mox
|
||||
|
||||
|
@@ -13,9 +13,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
"""
|
||||
Tests for baremetal volume driver.
|
||||
"""
|
||||
"""Tests for baremetal volume driver."""
|
||||
|
||||
from nova.openstack.common import cfg
|
||||
from nova import test
|
||||
|
Reference in New Issue
Block a user