summaryrefslogtreecommitdiffstats
path: root/ci/02-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-08-11 19:32:44 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2017-08-11 19:32:44 -0500
commite4e0ab5bdd9a0be1398fa18bcd67dad8e39919c3 (patch)
tree657844687172a39d11aaca6650e623b4be1b99fe /ci/02-deploybundle.sh
parent76ea6c6712873652e2a6c1823bac479386f996a8 (diff)
Adding port 5240 along with MAAS_URL needed for non x86
architecture. Change-Id: Ia30ced70185d3f42529f49621f46e539c8c006e6 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-xci/02-deploybundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh
index 974d65ac..bc274819 100755
--- a/ci/02-deploybundle.sh
+++ b/ci/02-deploybundle.sh
@@ -52,7 +52,7 @@ check_status() {
PROFILE=maas
MAAS_IP=$(grep " ip_address" deployconfig.yaml | cut -d ':' -f 2 | sed -e 's/ //')
-API_SERVERMAAS="http://$MAAS_IP/MAAS/"
+API_SERVERMAAS="http://$MAAS_IP:5240/MAAS/"
if [[ "$maasver" > "2" ]]; then
API_KEY=`sudo maas-region apikey --username=ubuntu || true`
else