Correct default RabbitMQ Credentials
This commit is contained in:
parent
abbe14aa09
commit
c9df7ff353
@ -32,7 +32,7 @@ resources:
|
||||
labels:
|
||||
node_selector_key: openstack-control-plane
|
||||
node_selector_value: enabled
|
||||
|
||||
|
||||
upgrades:
|
||||
revision_history: 3
|
||||
pod_replacement_strategy: RollingUpdate
|
||||
@ -40,9 +40,9 @@ upgrades:
|
||||
max_unavailable: 1
|
||||
max_surge: 3
|
||||
auth:
|
||||
default_user: openstack
|
||||
default_user: rabbitmq
|
||||
default_pass: password
|
||||
admin_user: rabbitmq
|
||||
admin_user: admin
|
||||
admin_pass: password
|
||||
|
||||
network:
|
||||
|
Loading…
Reference in New Issue
Block a user