[Trivialfix]Fix typos in mogan
Fix all the typos that found in mogan. Change-Id: I1e87f78bfb430e0f99b7121dfffb61e5c9cb5c6e
This commit is contained in:
parent
e7c202cf7a
commit
0e9933d202
@ -188,7 +188,7 @@ function cleanup_mogan {
|
||||
|
||||
function create_flavor {
|
||||
# this makes consistency with ironic resource class, will move the mogan flavor
|
||||
# creation to ironic devstack plugin when we are offical.
|
||||
# creation to ironic devstack plugin when we are official.
|
||||
if [[ "$IRONIC_IS_HARDWARE" == "False" ]]; then
|
||||
local ironic_node_cpu=$IRONIC_VM_SPECS_CPU
|
||||
local ironic_node_ram=$IRONIC_VM_SPECS_RAM
|
||||
|
@ -96,7 +96,7 @@ class BaseEngineDriver(object):
|
||||
def destroy(self, context, server):
|
||||
"""Trigger node destroy process.
|
||||
|
||||
:param server: the server to destory.
|
||||
:param server: the server to destroy.
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user