diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-05 13:35:50 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-05 13:40:36 -0600 |
commit | ebefaf35b2909bcc41d8ba3917228b7ccba7ce2e (patch) | |
tree | 56531e3df69b7c6cd88de4a917b11c8ba00779b7 /ci | |
parent | bfdfa5e479c29131609a23a2d25257eb989727c1 (diff) |
no need to add maas keys
Change-Id: I98981c7639eebac67f8e8a0f10fd7a0f81ccf357
Author: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/02-maasdeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |