]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add code that shows how to create an instance
authorSteven Dake <sdake@redhat.com>
Mon, 26 Mar 2012 16:18:21 +0000 (09:18 -0700)
committerSteven Dake <sdake@redhat.com>
Mon, 26 Mar 2012 16:18:21 +0000 (09:18 -0700)
commitd6fb3be1566649718255601923b6ca137aeb855c
tree19d2a68840f9a7856538229f20432865446ac69a
parent072cc84d4996d8219a0f1df99492134d462e0e5c
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>
tools/experimental_create.py [new file with mode: 0755]