[Trivialfix]Fix typos in mogan

Fix all the typos that found in mogan.

Change-Id: I1e87f78bfb430e0f99b7121dfffb61e5c9cb5c6e
This commit is contained in:
shangxiaobj 2017-08-08 05:01:35 -07:00
parent e7c202cf7a
commit 0e9933d202
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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()