rename the maas installation script. 59/18059/2
authorNarinder Gupta <narinder.gupta@canonical.com>
Fri, 5 Aug 2016 02:28:48 +0000 (21:28 -0500)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 8 Aug 2016 07:26:20 +0000 (07:26 +0000)
Change-Id: I0296579255492f68782216d0f4ae5fc7682f2109
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
jjb/joid/joid-deploy.sh

index 4b8e3ff..da3676e 100644 (file)
@@ -83,7 +83,7 @@ else
     sed -i -- "s/user: ubuntu/user: $MAAS_USER/" $MAASCONFIG
     sed -i -- "s/password: ubuntu/password: $MAAS_PASSWORD/" $MAASCONFIG
     echo "------ Redeploy MAAS ------"
-    ./02-maasdeploy.sh $POD_NAME
+    ./00-maasdeploy.sh $POD_NAME
     exit_on_error $? "MAAS Deploy FAILED"
 fi