diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-28 15:53:01 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-28 15:56:07 -0500 |
commit | 41250ce50c222ad5d4c9e459be142de1e34ed575 (patch) | |
tree | 494e14747483743eb9db6a63c7ed6b955c140b5f /ci/nosdn/cloud-sh-odl/cloud-setup.sh | |
parent | c50131e885d4e38a1c867cebea09999fb207114b (diff) |
cleanup the stalled files for D release.
Change-Id: I0d1c972eca6b1833b504a6ea55118915c7a4cb77
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn/cloud-sh-odl/cloud-setup.sh')
-rwxr-xr-x | ci/nosdn/cloud-sh-odl/cloud-setup.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ci/nosdn/cloud-sh-odl/cloud-setup.sh b/ci/nosdn/cloud-sh-odl/cloud-setup.sh deleted file mode 100755 index 2a0bc2a7..00000000 --- a/ci/nosdn/cloud-sh-odl/cloud-setup.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -. ~/admin-openrc - -# adjust tiny image -nova flavor-delete m1.tiny -nova flavor-create m1.tiny 1 512 8 1 - -# import key pair -nova keypair-add --pub-key id_rsa.pub ubuntu-keypair |