summaryrefslogtreecommitdiffstats
path: root/ci/03-maasdeploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-08-10 03:15:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-10 03:15:27 +0000
commit4d1467c15dd67cc97a4fde31785993fe1b0bd58f (patch)
tree0f2adf183a9617babdb1c240d21a807ec00c5dba /ci/03-maasdeploy.sh
parentdc49bd8e84457bf43ad5090e74109769a866a031 (diff)
parent4c2528d20292d0c90aff2f024e102432d08c0053 (diff)
Merge "fix some typos"
Diffstat (limited to 'ci/03-maasdeploy.sh')
-rwxr-xr-xci/03-maasdeploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh
index cba1fbbc..198d2484 100755
--- a/ci/03-maasdeploy.sh
+++ b/ci/03-maasdeploy.sh
@@ -211,7 +211,7 @@ installmaas(){
#
configuremaas(){
#reconfigure maas with correct MAAS address.
- #Below code is needed as MAAS have issue in commisoning without restart.
+ #Below code is needed as MAAS have issue in commissioning without restart.
#sudo ./maas-reconfigure-region.sh $MAAS_IP
sleep 30
sudo maas-rack config --region-url http://$MAAS_IP:5240/MAAS
@@ -325,7 +325,7 @@ setupspacenetwork(){
fi
fi
if ([ $type == "admin" ]); then
- # If we have a network, we create it
+ # If we have a network, we create it
if ([ $NET_FABRIC_ID ]); then
# Set ranges
SUBNET_PREFIX=${SPACE_CIDR::-5}