File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ There are some broad criteria that will be followed when reviewing
328328your change
329329
330330* **Is it passing tests ** -- your change will not be reviewed
331- throughly unless the official CI has run successfully against it.
331+ thoroughly unless the official CI has run successfully against it.
332332
333333* **Does this belong in DevStack ** -- DevStack reviewers have a
334334 default position of "no" but are ready to be convinced by your
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ZOOKEEPER_CONF_DIR=/etc/zookeeper
4646# - cleanup_dlm
4747
4848# This should be declared in the settings file of any plugin or
49- # service that needs to have a dlm in their enviroment .
49+ # service that needs to have a dlm in their environment .
5050function use_dlm {
5151 enable_service $( dlm_backend)
5252}
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ IRONIC_VM_LOG_DIR=${IRONIC_VM_LOG_DIR:-$IRONIC_DATA_DIR/logs/}
9292# Use DIB to create deploy ramdisk and kernel.
9393IRONIC_BUILD_DEPLOY_RAMDISK=$( trueorfalse True IRONIC_BUILD_DEPLOY_RAMDISK)
9494# If not use DIB, these files are used as deploy ramdisk/kernel.
95- # (The value must be a absolute path)
95+ # (The value must be an absolute path)
9696IRONIC_DEPLOY_RAMDISK=${IRONIC_DEPLOY_RAMDISK:- }
9797IRONIC_DEPLOY_KERNEL=${IRONIC_DEPLOY_KERNEL:- }
9898IRONIC_DEPLOY_ELEMENT=${IRONIC_DEPLOY_ELEMENT:- deploy-ironic}
@@ -672,7 +672,7 @@ function configure_iptables {
672672 # enable tftp natting for allowing connections to HOST_IP's tftp server
673673 sudo modprobe nf_conntrack_tftp
674674 sudo modprobe nf_nat_tftp
675- # explicitly allow DHCP - packets are occassionally being dropped here
675+ # explicitly allow DHCP - packets are occasionally being dropped here
676676 sudo iptables -I INPUT -p udp --dport 67:68 --sport 67:68 -j ACCEPT || true
677677 # nodes boot from TFTP and callback to the API server listening on $HOST_IP
678678 sudo iptables -I INPUT -d $HOST_IP -p udp --dport 69 -j ACCEPT || true
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function check_result {
2424}
2525
2626# mock function-common:die so that it does not
27- # interupt our test script
27+ # interrupt our test script
2828function die {
2929 exit -1
3030}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function failed {
4646 ERROR=$(( ERROR+ 1 ))
4747}
4848
49- # assert string comparision of val1 equal val2, printing out msg
49+ # assert string comparison of val1 equal val2, printing out msg
5050# usage: assert_equal val1 val2 msg
5151function assert_equal {
5252 local lineno
You can’t perform that action at this time.
0 commit comments