Index: environs/ec2/ec2.go |
=== modified file 'environs/ec2/ec2.go' |
--- environs/ec2/ec2.go 2013-04-03 21:17:19 +0000 |
+++ environs/ec2/ec2.go 2013-04-05 15:47:26 +0000 |
@@ -400,11 +400,13 @@ |
StateServerKey: scfg.stateServerKey, |
DataDir: "/var/lib/juju", |
Tools: scfg.tools, |
- MongoURL: scfg.mongoURL, |
- MachineId: scfg.machineId, |
- AuthorizedKeys: e.ecfg().AuthorizedKeys(), |
- Config: scfg.config, |
- Constraints: scfg.constraints, |
+ // TODO(dimitern) this will change in a follow-up, when we start using it. |
+ MachineNonce: "FAKE_NONCE", |
+ MongoURL: scfg.mongoURL, |
+ MachineId: scfg.machineId, |
+ AuthorizedKeys: e.ecfg().AuthorizedKeys(), |
+ Config: scfg.config, |
+ Constraints: scfg.constraints, |
} |
cloudcfg, err := cloudinit.New(cfg) |
if err != nil { |