Merge "[Trivialfix]Fix typos in mogan"
This commit is contained in:
commit
2d1379a72d
@ -188,7 +188,7 @@ function cleanup_mogan {
|
|||||||
|
|
||||||
function create_flavor {
|
function create_flavor {
|
||||||
# this makes consistency with ironic resource class, will move the mogan 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
|
if [[ "$IRONIC_IS_HARDWARE" == "False" ]]; then
|
||||||
local ironic_node_cpu=$IRONIC_VM_SPECS_CPU
|
local ironic_node_cpu=$IRONIC_VM_SPECS_CPU
|
||||||
local ironic_node_ram=$IRONIC_VM_SPECS_RAM
|
local ironic_node_ram=$IRONIC_VM_SPECS_RAM
|
||||||
|
@ -96,7 +96,7 @@ class BaseEngineDriver(object):
|
|||||||
def destroy(self, context, server):
|
def destroy(self, context, server):
|
||||||
"""Trigger node destroy process.
|
"""Trigger node destroy process.
|
||||||
|
|
||||||
:param server: the server to destory.
|
:param server: the server to destroy.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user