Commit 32747853 by James Cammarata

Merge pull request #5689 from pgehres/devel

Adding the region to the output of the ec2 module's creation of a new in...
parents e3672dde b5761750
......@@ -549,6 +549,7 @@ def get_instance_info(inst):
'image_id': inst.image_id,
'key_name': inst.key_name,
'placement': inst.placement,
'region': inst.placement[:-1],
'kernel': inst.kernel,
'ramdisk': inst.ramdisk,
'launch_time': inst.launch_time,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment