Merge "[codespell] Fixing Spelling Mistakes"
This commit is contained in:
commit
78c91596ff
@ -6,5 +6,5 @@ security:
|
||||
<https://storyboard.openstack.org/#!/story/2010382>`_.
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue where secure fields were accidently lost in the Libvirt
|
||||
Fixes an issue where secure fields were accidentally lost in the Libvirt
|
||||
domain XML document.
|
||||
|
@ -78,7 +78,7 @@ class VirtualBMCTestCase(base.TestCase):
|
||||
self._assert_libvirt_calls(mock_libvirt_domain, mock_libvirt_open,
|
||||
readonly=True)
|
||||
|
||||
# reset mocks for the next iteraction
|
||||
# reset mocks for the next iteration
|
||||
mock_libvirt_domain.reset_mock()
|
||||
mock_libvirt_open.reset_mock()
|
||||
|
||||
@ -95,7 +95,7 @@ class VirtualBMCTestCase(base.TestCase):
|
||||
self.assertEqual(1, str(conn.defineXML.call_args).count('<boot '))
|
||||
self._assert_libvirt_calls(mock_libvirt_domain, mock_libvirt_open)
|
||||
|
||||
# reset mocks for the next iteraction
|
||||
# reset mocks for the next iteration
|
||||
mock_libvirt_domain.reset_mock()
|
||||
mock_libvirt_open.reset_mock()
|
||||
|
||||
|
@ -208,7 +208,7 @@ class VirtualBMC(bmc.Bmc):
|
||||
if domain.isActive():
|
||||
domain.reset()
|
||||
except Exception as e:
|
||||
LOG.error('Error reseting the domain %(domain)s. '
|
||||
LOG.error('Error resetting the domain %(domain)s. '
|
||||
'Error: %(error)s', {'domain': self.domain_name,
|
||||
'error': e})
|
||||
# Command not supported in present state
|
||||
|
Loading…
x
Reference in New Issue
Block a user