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:
parent
6cad23ecd6
commit
56eb2354e4
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user