Merge "[Trivialfix]Fix typos in mogan"

This commit is contained in:
Jenkins 2017-08-09 06:22:27 +00:00 committed by Gerrit Code Review
commit 2d1379a72d
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()