From 8403b8ae9fd7eef452fe7cd96df814e195fea916 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 20 Feb 2014 15:50:01 +1300 Subject: Fix tests. We're not gating yet - this skew crept in. Change-Id: I97b064f6d0cb75bf80b423951101687b6d26d90c --- examples/scale_result.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples') 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: -- cgit 1.2.3-korg