blob: 119485ae998261e2e0b45044312dd88755c4c966 [file] [log] [blame]
#!/bin/sh
# Change these 3 values as required
PROFILE=mirantis
API_KEY_FILE=/var/lib/maas/.maas_credentials
API_SERVER=localhost:5240
MAAS_URL=http://$API_SERVER/MAAS/api/2.0
maas login $PROFILE $MAAS_URL - < $API_KEY_FILE