Update instructions for deleting transient cloud nodes.

This commit is contained in:
Ralph Bean 2016-04-01 14:19:23 +00:00
parent 5ab90880fe
commit 418348c119

View file

@ -169,7 +169,13 @@ and traceroute and friends).
=== TERMINATING INSTANCES ===
For transient:
1. source /srv/private/ansible/files/openstack/transient-admin/keystonerc.sh
1. source /srv/private/ansible/files/openstack/novarc
2. export OS_TENANT_NAME=transient
2. nova list | grep <ip of your instance or name of your instance>
3. nova delete <name of instance or ID of instance>
- OR -