commit | e2a345a89e3d195494fd15a79949d517a67167dd | [log] [tgz] |
---|---|---|
author | Aleksey Zvyagintsev <azvyagintsev@mirantis.com> | Thu May 16 08:49:03 2019 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Thu May 16 08:49:03 2019 +0000 |
tree | 02123e9063961cc404b39093140f359d04ee0bee | |
parent | be35acf6be25b14908b5024a045f128bdaca6d41 [diff] | |
parent | 211b237042963640805cb8b3c0024567d990c2dc [diff] |
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