Files
heat/tools/experimental_create.py
Steven Dake d6fb3be156 Add code that shows how to create an instance
This creates an instance with a keypair, and saves the private key to
/tmp/private_key.

Then:
ssh -i /tmp/private_key 10.0.0.x where x is the IP address

Signed-off-by: Steven Dake <sdake@redhat.com>
2012-03-26 09:18:21 -07:00

2.3 KiB
Executable File