From ebefaf35b2909bcc41d8ba3917228b7ccba7ce2e Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 5 Nov 2015 13:35:50 -0600 Subject: no need to add maas keys Change-Id: I98981c7639eebac67f8e8a0f10fd7a0f81ccf357 Author: Narinder Gupta --- ci/02-maasdeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 0b577cfa..253c4e2d 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -60,7 +60,7 @@ maas maas boot-source update 1 url="http://maas.ubuntu.com/images/ephemeral-v2/d #maas maas boot-source-selections create 1 os="ubuntu" release="precise" arches="amd64" subarches="*" labels="*" maas maas boot-resources import maas maas sshkeys new key="`cat $HOME/.ssh/id_rsa.pub`" -maas maas sshkeys new key="`cat $HOME/.ssh/id_maas.pub`" +#maas maas sshkeys new key="`cat $HOME/.ssh/id_maas.pub`" #echo "... Deployment of opnfv release Started ...." #python deploy.py $maas_ip -- cgit 1.2.3-korg