Fix few typos in nova code and docs
This commit fix few typos in nova Change-Id: I61851035763c145b878636282e2d015dd776912a Related-bug: #1443731
This commit is contained in:
parent
3318032224
commit
3ec25b9614
@ -12,7 +12,7 @@
|
|||||||
under the License.
|
under the License.
|
||||||
|
|
||||||
=====================
|
=====================
|
||||||
Developement Process
|
Development Process
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Nova is always evolving its processes, but its import to explain why we have
|
Nova is always evolving its processes, but its import to explain why we have
|
||||||
|
@ -76,7 +76,7 @@ class InstanceEventHandler(object):
|
|||||||
def _poll_events(self):
|
def _poll_events(self):
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
# Retrieve one by one all the events that occured in
|
# Retrieve one by one all the events that occurred in
|
||||||
# the checked interval.
|
# the checked interval.
|
||||||
event = self._listener(self._WAIT_TIMEOUT)
|
event = self._listener(self._WAIT_TIMEOUT)
|
||||||
self._dispatch_event(event)
|
self._dispatch_event(event)
|
||||||
|
@ -547,7 +547,7 @@ class VMOps(object):
|
|||||||
self._set_vm_state(instance,
|
self._set_vm_state(instance,
|
||||||
constants.HYPERV_VM_STATE_DISABLED)
|
constants.HYPERV_VM_STATE_DISABLED)
|
||||||
except exception.NotFound:
|
except exception.NotFound:
|
||||||
# The manager can call the stop API after recieving instance
|
# The manager can call the stop API after receiving instance
|
||||||
# power off events. If this is triggered when the instance
|
# power off events. If this is triggered when the instance
|
||||||
# is being deleted, it might attempt to power off an unexisting
|
# is being deleted, it might attempt to power off an unexisting
|
||||||
# instance. We'll just pass in this case.
|
# instance. We'll just pass in this case.
|
||||||
|
Loading…
Reference in New Issue
Block a user