diff options
author | Derek Higgins <derekh@redhat.com> | 2013-10-15 22:53:23 +0100 |
---|---|---|
committer | Derek Higgins <derekh@redhat.com> | 2013-10-15 22:53:23 +0100 |
commit | ee0a83ec16d464472d0e6580272e6944530f4f9a (patch) | |
tree | 04409e473a41ae6e6d67707bf49320312744da22 | |
parent | fcbead3871c995f4da423c9fffe9ed444407a5ce (diff) |
Move os-collect-config section
All these sections are in alphabetical order except this one.
Change-Id: Id0586b5ba11e3c00e36397c7e2cd46e0c8cae292
-rw-r--r-- | overcloud-source.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 1f0442e0..97c55df8 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -187,17 +187,6 @@ Resources: - networks service-password: Ref: GlancePassword - os-collect-config: - cfn: - access_key_id: - Ref: Key - path: notcomputeConfig.Metadata - secret_access_key: - Fn::GetAtt: - - Key - - SecretAccessKey - stack_name: - Ref: AWS::StackName heat: admin_password: Ref: HeatPassword @@ -298,6 +287,17 @@ Resources: metadata-proxy: true service-password: Ref: NovaPassword + os-collect-config: + cfn: + access_key_id: + Ref: Key + path: notcomputeConfig.Metadata + secret_access_key: + Fn::GetAtt: + - Key + - SecretAccessKey + stack_name: + Ref: AWS::StackName rabbit: host: Fn::Select: |