architecture.
Change-Id: Ia30ced70185d3f42529f49621f46e539c8c006e6
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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
# TODO: make sure this function run with the same parameters used in 03-maasdeploy.sh
PROFILE=${PROFILE:-ubuntu}
MAAS_IP=$(grep " ip_address" deployconfig.yaml | cut -d ':' -f 2 | sed -e 's/ //')
- API_SERVER="http://$MAAS_IP/MAAS/api/2.0"
+ API_SERVER="http://$MAAS_IP:5240/MAAS/api/2.0"
API_KEY=`sudo maas-region apikey --username=ubuntu`
maas login $PROFILE $API_SERVER $API_KEY