summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-09-20 21:06:40 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-09-21 02:08:36 +0000
commit78ff341431c2dc52071cb6f4f339c1e582a49698 (patch)
treed112a0d832bc1c4405f9b9d00e2625a7cc5a4ef2
parent4400367043ba16473da8e317fd8ce3d1afafc693 (diff)
removing the public keys from MAAS as private keys were exposed bycolorado.1.0
individual project. Change-Id: I139519a75e37ec17d7178162ffd5dcffcfc26ce9 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com> (cherry picked from commit 5977c61fc0f5d330db031a97db8f056a7889936e)
-rwxr-xr-xci/00-maasdeploy.sh4
1 files changed, 2 insertions, 2 deletions
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