blob: 119485ae998261e2e0b45044312dd88755c4c966 [file] [log] [blame]
Jiri Broulik4ea221c2018-04-10 13:48:06 +02001#!/bin/sh
2
Ivan Berezovskiy211b2372019-05-14 13:15:42 +04003# Change these 3 values as required
Jiri Broulik4ea221c2018-04-10 13:48:06 +02004PROFILE=mirantis
5API_KEY_FILE=/var/lib/maas/.maas_credentials
Ivan Berezovskiy211b2372019-05-14 13:15:42 +04006API_SERVER=localhost:5240
Jiri Broulik4ea221c2018-04-10 13:48:06 +02007
8MAAS_URL=http://$API_SERVER/MAAS/api/2.0
9
10maas login $PROFILE $MAAS_URL - < $API_KEY_FILE