modified the variable name. 95/6295/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Tue, 12 Jan 2016 05:45:32 +0000 (23:45 -0600)
committerNarinder Gupta <narinder.gupta@canonical.com>
Tue, 12 Jan 2016 05:51:04 +0000 (05:51 +0000)
Change-Id: Ief1823fc3ecf1b3fc1f805595ebba21cde1e55ca
(cherry picked from commit 15b89537eff59ab38e7e944f26bcf027dfe3b4b7)

ci/02-maasdeploy.sh

index b4daf79..3284c3b 100755 (executable)
@@ -91,8 +91,8 @@ enableautomodebyname() {
     if [ ! -z "$4" ]; then
         for i in `seq 1 7`;
         do
-            listofnodes=`maas maas nodes list hostname=node$i-$4 | grep system_id | cut -d '"' -f 4`
-            if [ ! -z "$listofnodes" ]; then
+            nodes=`maas maas nodes list hostname=node$i-$4 | grep system_id | cut -d '"' -f 4`
+            if [ ! -z "$nodes" ]; then
                 maas maas interface link-subnet $nodes $1  mode=$2 subnet=$3
             fi
        done