Merge "Remove keypair after vm launch script"
This commit is contained in:
commit
2a53eaf6d2
@ -65,3 +65,7 @@ ssh -i ${KEYPAIR_LOC} cirros@${FLOATING_IP} curl http://artscene.textfiles.com/a
|
|||||||
|
|
||||||
# Remove the test stack
|
# Remove the test stack
|
||||||
$OPENSTACK stack delete ${OSH_BASIC_VM_STACK}
|
$OPENSTACK stack delete ${OSH_BASIC_VM_STACK}
|
||||||
|
|
||||||
|
#Remove keypair
|
||||||
|
$OPENSTACK keypair delete ${OSH_VM_KEY_STACK}
|
||||||
|
rm ${KEYPAIR_LOC}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user