Remove keypair after vm launch script

This will allow to re-launch vm_heat_launch.sh if needed
without errors

Change-Id: I564baa00727645311887d32cf9908e95d849adb0
This commit is contained in:
Vlad Naboichenko 2017-11-16 13:37:47 -08:00
parent 6cad23ecd6
commit 56eb2354e4

View File

@ -65,3 +65,7 @@ ssh -i ${KEYPAIR_LOC} cirros@${FLOATING_IP} curl http://artscene.textfiles.com/a
# Remove the test stack
$OPENSTACK stack delete ${OSH_BASIC_VM_STACK}
#Remove keypair
$OPENSTACK keypair delete ${OSH_VM_KEY_STACK}
rm ${KEYPAIR_LOC}