diff --git a/devstack/plugin.sh b/devstack/plugin.sh index c5f038ff..aa12f401 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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 diff --git a/mogan/engine/baremetal/driver.py b/mogan/engine/baremetal/driver.py index 44308cb0..8f08ce14 100644 --- a/mogan/engine/baremetal/driver.py +++ b/mogan/engine/baremetal/driver.py @@ -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()