Do not log passwords
This prevents data to be leaked into the callback plugin. Change-Id: Iff9971b5508425e809b0a1ccfe40af04252aa014
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
login_project_name: "{{ keystone_admin_tenant_name }}"
|
||||
endpoint: "{{ keystone_service_adminurl }}"
|
||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||
no_log: True
|
||||
tags:
|
||||
- cloudkitty-domain
|
||||
- cloudkitty-domain-role
|
||||
@@ -41,6 +42,7 @@
|
||||
domain_name: "{{ cloudkitty_user_domain_name }}"
|
||||
password: "{{ cloudkitty_service_password }}"
|
||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||
no_log: True
|
||||
tags:
|
||||
- cloudkitty-domain
|
||||
- cloudkitty-domain-setup
|
||||
@@ -58,6 +60,7 @@
|
||||
login_project_name: "{{ keystone_admin_tenant_name }}"
|
||||
endpoint: "{{ keystone_service_adminurl }}"
|
||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||
no_log: True
|
||||
tags:
|
||||
- cloudkitty-domain
|
||||
- cloudkitty-domain-setup
|
||||
@@ -74,6 +77,7 @@
|
||||
login_project_name: "{{ keystone_admin_tenant_name }}"
|
||||
endpoint: "{{ keystone_service_adminurl }}"
|
||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||
no_log: True
|
||||
tags:
|
||||
- cloudkitty-domain
|
||||
- cloudkitty-domain-setup
|
||||
@@ -98,6 +102,7 @@
|
||||
login_project_name: "{{ keystone_admin_tenant_name }}"
|
||||
endpoint: "{{ keystone_service_adminurl }}"
|
||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||
no_log: True
|
||||
tags:
|
||||
- cloudkitty-domain
|
||||
- cloudkitty-domain-setup
|
||||
|
@@ -16,11 +16,15 @@
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
- openstack-ansible-functional-ubuntu-xenial
|
||||
# TODO(odyssey4me):
|
||||
# Making this voting once the role is functional again.
|
||||
- openstack-ansible-functional-ubuntu-xenial-nv
|
||||
experimental:
|
||||
jobs:
|
||||
- openstack-ansible-integrated-deploy-aio
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
- openstack-ansible-functional-ubuntu-xenial
|
||||
# TODO(odyssey4me):
|
||||
# Uncomment this once the role is functional again.
|
||||
#- openstack-ansible-functional-ubuntu-xenial
|
||||
|
Reference in New Issue
Block a user