diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-04-19 09:32:33 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-04-19 09:32:33 -0700 |
| commit | 2d649fa8928e9682064613f2c984f53f492efbec (patch) | |
| tree | 0e81b44bbcf24d9a5ab58d7364f77f91af9e90da /nova/cloudpipe | |
| parent | 7554ab7da290565ee457b2d42730a2bff2fd7861 (diff) | |
actually use the ec2_id
Diffstat (limited to 'nova/cloudpipe')
| -rw-r--r-- | nova/cloudpipe/pipelib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/cloudpipe/pipelib.py b/nova/cloudpipe/pipelib.py index f4cb53da0..7844d31e1 100644 --- a/nova/cloudpipe/pipelib.py +++ b/nova/cloudpipe/pipelib.py @@ -107,7 +107,7 @@ class CloudPipe(object): max_count=1, min_count=1, instance_type='m1.tiny', - image_id=FLAGS.vpn_image_id, + image_id=ec2_id, key_name=key_name, security_group=[group_name]) |
