Merge "Specify port in Maas url"
diff --git a/day01-image/files/var/maas b/day01-image/files/var/maas
index 28f418d..119485a 100644
--- a/day01-image/files/var/maas
+++ b/day01-image/files/var/maas
@@ -1,9 +1,9 @@
 #!/bin/sh
 
-# Change these 3 values as required 
+# Change these 3 values as required
 PROFILE=mirantis
 API_KEY_FILE=/var/lib/maas/.maas_credentials
-API_SERVER=localhost
+API_SERVER=localhost:5240
 
 MAAS_URL=http://$API_SERVER/MAAS/api/2.0