Merge lp:~axwalk/goamz/ec2test-instance-state into lp:goamz

Proposed by Andrew Wilkins
Status: Merged
Merged at revision: 38
Proposed branch: lp:~axwalk/goamz/ec2test-instance-state
Merge into: lp:goamz
Diff against target: 11 lines (+1/-0)
1 file modified
ec2/ec2test/server.go (+1/-0)
To merge this branch: bzr merge lp:~axwalk/goamz/ec2test-instance-state
Reviewer Review Type Date Requested Status
goamz maintainers Pending
Review via email: mp+178209@code.launchpad.net

Commit message

Set Instance.State in ec2test

https://codereview.appspot.com/12324043/

Description of the change

Set Instance.State in ec2test

https://codereview.appspot.com/12324043/

To post a comment you must log in.
Revision history for this message
Andrew Wilkins (axwalk) wrote :

Reviewers: mp+178209_code.launchpad.net,

Message:
Please take a look.

Description:
Set Instance.State in ec2test

https://code.launchpad.net/~axwalk/goamz/ec2test-instance-state/+merge/178209

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/12324043/

Affected files:
   A [revision details]
   M ec2/ec2test/server.go

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: <email address hidden>
+New revision: <email address hidden>

Index: ec2/ec2test/server.go
=== modified file 'ec2/ec2test/server.go'
--- ec2/ec2test/server.go 2013-05-23 01:06:45 +0000
+++ ec2/ec2test/server.go 2013-08-02 06:41:16 +0000
@@ -549,6 +549,7 @@
    InstanceType: inst.instType,
    ImageId: inst.imageId,
    DNSName: fmt.Sprintf("%s.example.com", inst.id),
+ State: inst.state,
    // TODO the rest
   }
  }

Revision history for this message
Ian Booth (wallyworld) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ec2/ec2test/server.go'
2--- ec2/ec2test/server.go 2013-05-23 01:06:45 +0000
3+++ ec2/ec2test/server.go 2013-08-02 06:44:29 +0000
4@@ -549,6 +549,7 @@
5 InstanceType: inst.instType,
6 ImageId: inst.imageId,
7 DNSName: fmt.Sprintf("%s.example.com", inst.id),
8+ State: inst.state,
9 // TODO the rest
10 }
11 }

Subscribers

People subscribed via source and target branches