diff options
Diffstat (limited to 'block-storage.yaml')
-rw-r--r-- | block-storage.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/block-storage.yaml b/block-storage.yaml index 48496356..ef55506f 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -13,6 +13,9 @@ Parameters: RabbitHost: Type: String Default: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ] } + RabbitUserName: + Type: String + Default: "guest" RabbitPassword: Type: String Default: "guest" @@ -59,6 +62,7 @@ Resources: admin-password: {Ref: AdminPassword} rabbit: host: {Ref: RabbitHost} + username: {Ref: RabbitUserName} password: {Ref: RabbitPassword} interfaces: control: {Ref: NeutronPublicInterface} |