mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Correct default RabbitMQ Credentials
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user