Merge "RabbitMQ - Correct rabbit.users metadata sample"

This commit is contained in:
Jenkins 2014-04-18 21:27:53 +00:00 committed by Gerrit Code Review
commit 07bb1ad9eb
2 changed files with 7 additions and 5 deletions

View File

@ -11,8 +11,13 @@ this in Heat:
Metadata:
rabbit:
users:
- username: guest
- tags: administrator
guest:
username: guest
tags: administrator
nova:
username: nova
password: SuperSecret
tags: administrator
password_handle: {Ref: RabbitMQPasswordHandle}
Using cfn-signal, we will feed back a generated password into the handle

View File

@ -1,3 +0,0 @@
{{#rabbit.users}}
{{username}} {{tags}}
{{/rabbit.users}}