Do not log passwords
This prevents data to be leaked into the callback plugin. Change-Id: Ic7f244fef35a9663c09b96c5618c3a5b0601e5a9
This commit is contained in:
parent
d5afc9ff8c
commit
e15fff5e9d
@ -29,6 +29,7 @@
|
||||
until: add_role|success
|
||||
retries: 5
|
||||
delay: 10
|
||||
no_log: True
|
||||
with_items:
|
||||
- load-balancer_observer
|
||||
- load-balancer_global_observer
|
||||
|
@ -29,6 +29,7 @@
|
||||
until: add_service|success
|
||||
retries: 5
|
||||
delay: 10
|
||||
no_log: True
|
||||
|
||||
# Create an admin user
|
||||
- name: Ensure octavia user
|
||||
@ -47,6 +48,7 @@
|
||||
until: add_service|success
|
||||
retries: 5
|
||||
delay: 10
|
||||
no_log: True
|
||||
|
||||
# Add a role to the user
|
||||
- name: Ensure octavia user to admin role
|
||||
@ -65,6 +67,7 @@
|
||||
until: add_service|success
|
||||
retries: 5
|
||||
delay: 10
|
||||
no_log: True
|
||||
|
||||
# Create an endpoint (v2 only)
|
||||
# V1 uses a direct URL in the neutron conf
|
||||
@ -90,4 +93,5 @@
|
||||
until: add_service_v2|success
|
||||
retries: 5
|
||||
delay: 10
|
||||
no_log: True
|
||||
when: octavia_v2 | bool
|
||||
|
Loading…
Reference in New Issue
Block a user