From: Narinder Gupta Date: Wed, 21 Sep 2016 02:06:40 +0000 (-0500) Subject: removing the public keys from MAAS as private keys were exposed by X-Git-Tag: danube.1.0~161 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F21977%2F1;p=joid.git removing the public keys from MAAS as private keys were exposed by individual project. Change-Id: I139519a75e37ec17d7178162ffd5dcffcfc26ce9 Signed-off-by: Narinder Gupta --- diff --git a/ci/00-maasdeploy.sh b/ci/00-maasdeploy.sh index e3490c2f..48e16d43 100755 --- a/ci/00-maasdeploy.sh +++ b/ci/00-maasdeploy.sh @@ -172,8 +172,8 @@ maas login maas http://${maas_ip}/MAAS/api/1.0 ${apikey} maas maas sshkeys new key="`cat $HOME/.ssh/id_rsa.pub`" #Added the Qtip public to run the Qtip test after install on bare metal nodes. -maas maas sshkeys new key="`cat ./maas/sshkeys/QtipKey.pub`" -maas maas sshkeys new key="`cat ./maas/sshkeys/DominoKey.pub`" +#maas maas sshkeys new key="`cat ./maas/sshkeys/QtipKey.pub`" +#maas maas sshkeys new key="`cat ./maas/sshkeys/DominoKey.pub`" #adding compute and control nodes VM to MAAS for virtual deployment purpose. if [ "$virtinstall" -eq 1 ]; then