summaryrefslogtreecommitdiffstats
path: root/mcp/patches/0004-maas-region-use-authorized_keys-1st-entry.patch
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-08-18 20:42:00 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-08-18 20:42:00 +0200
commitf8ab7c0161ad3b11d921575fc500d0eadd7fc61f (patch)
tree47da6693d6195ef8d3ded8925657cd484a0b1a7e /mcp/patches/0004-maas-region-use-authorized_keys-1st-entry.patch
parente39588fe551cf0d63984cd7d424f5334a37d50f9 (diff)
maas.region: Add port to all MaaS API URLs
Change-Id: I6ecc81cc6faf45f33882666b9f537a3e42ad379e Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/patches/0004-maas-region-use-authorized_keys-1st-entry.patch')
-rw-r--r--mcp/patches/0004-maas-region-use-authorized_keys-1st-entry.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/patches/0004-maas-region-use-authorized_keys-1st-entry.patch b/mcp/patches/0004-maas-region-use-authorized_keys-1st-entry.patch
index 381acb324..b7322e3d2 100644
--- a/mcp/patches/0004-maas-region-use-authorized_keys-1st-entry.patch
+++ b/mcp/patches/0004-maas-region-use-authorized_keys-1st-entry.patch
@@ -27,7 +27,7 @@ index d3227ca..8a2243d 100644
+# - name: maas.process_sshprefs
+# - require:
+ cmd.run:
-+ - name: "maas login {{ region.admin.username }} http://{{ region.bind.host }}/MAAS/api/2.0 - < /var/lib/maas/.maas_credentials && SSH_KEY=$(cat authorized_keys | head -1) && maas opnfv sshkeys create \"key=$SSH_KEY\""
++ - name: "maas login {{ region.admin.username }} http://{{ region.bind.host }}:5240/MAAS/api/2.0 - < /var/lib/maas/.maas_credentials && SSH_KEY=$(cat authorized_keys | head -1) && maas opnfv sshkeys create \"key=$SSH_KEY\""
+ - cwd: "/home/ubuntu/.ssh"
- require:
- module: maas_config