diff options
author | Robert Collins <rbtcollins@hp.com> | 2014-02-20 15:50:01 +1300 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2014-02-21 08:47:28 +1300 |
commit | 8403b8ae9fd7eef452fe7cd96df814e195fea916 (patch) | |
tree | 20641341b0899ad7ea2bf3c54013e0023f435569 | |
parent | b6ee51161e77dcbe61de3365052039865742a7a0 (diff) |
Fix tests.
We're not gating yet - this skew crept in.
Change-Id: I97b064f6d0cb75bf80b423951101687b6d26d90c
-rw-r--r-- | examples/scale_result.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/scale_result.yaml b/examples/scale_result.yaml index f22d864e..5b28684b 100644 --- a/examples/scale_result.yaml +++ b/examples/scale_result.yaml @@ -62,6 +62,7 @@ Resources: Ref: AWS::StackName rabbit: password: guest + username: guest Type: AWS::AutoScaling::LaunchConfiguration NovaCompute0Key: Properties: @@ -122,6 +123,7 @@ Resources: Ref: AWS::StackName rabbit: password: guest + username: guest Type: AWS::AutoScaling::LaunchConfiguration NovaCompute1Key: Properties: @@ -182,6 +184,7 @@ Resources: Ref: AWS::StackName rabbit: password: guest + username: guest Type: AWS::AutoScaling::LaunchConfiguration NovaCompute2Key: Properties: |