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 }}"
|
login_project_name: "{{ keystone_admin_tenant_name }}"
|
||||||
endpoint: "{{ keystone_service_adminurl }}"
|
endpoint: "{{ keystone_service_adminurl }}"
|
||||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||||
|
no_log: True
|
||||||
tags:
|
tags:
|
||||||
- cloudkitty-domain
|
- cloudkitty-domain
|
||||||
- cloudkitty-domain-role
|
- cloudkitty-domain-role
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
domain_name: "{{ cloudkitty_user_domain_name }}"
|
domain_name: "{{ cloudkitty_user_domain_name }}"
|
||||||
password: "{{ cloudkitty_service_password }}"
|
password: "{{ cloudkitty_service_password }}"
|
||||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||||
|
no_log: True
|
||||||
tags:
|
tags:
|
||||||
- cloudkitty-domain
|
- cloudkitty-domain
|
||||||
- cloudkitty-domain-setup
|
- cloudkitty-domain-setup
|
||||||
@@ -58,6 +60,7 @@
|
|||||||
login_project_name: "{{ keystone_admin_tenant_name }}"
|
login_project_name: "{{ keystone_admin_tenant_name }}"
|
||||||
endpoint: "{{ keystone_service_adminurl }}"
|
endpoint: "{{ keystone_service_adminurl }}"
|
||||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||||
|
no_log: True
|
||||||
tags:
|
tags:
|
||||||
- cloudkitty-domain
|
- cloudkitty-domain
|
||||||
- cloudkitty-domain-setup
|
- cloudkitty-domain-setup
|
||||||
@@ -74,6 +77,7 @@
|
|||||||
login_project_name: "{{ keystone_admin_tenant_name }}"
|
login_project_name: "{{ keystone_admin_tenant_name }}"
|
||||||
endpoint: "{{ keystone_service_adminurl }}"
|
endpoint: "{{ keystone_service_adminurl }}"
|
||||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||||
|
no_log: True
|
||||||
tags:
|
tags:
|
||||||
- cloudkitty-domain
|
- cloudkitty-domain
|
||||||
- cloudkitty-domain-setup
|
- cloudkitty-domain-setup
|
||||||
@@ -98,6 +102,7 @@
|
|||||||
login_project_name: "{{ keystone_admin_tenant_name }}"
|
login_project_name: "{{ keystone_admin_tenant_name }}"
|
||||||
endpoint: "{{ keystone_service_adminurl }}"
|
endpoint: "{{ keystone_service_adminurl }}"
|
||||||
insecure: "{{ keystone_service_adminuri_insecure }}"
|
insecure: "{{ keystone_service_adminuri_insecure }}"
|
||||||
|
no_log: True
|
||||||
tags:
|
tags:
|
||||||
- cloudkitty-domain
|
- cloudkitty-domain
|
||||||
- cloudkitty-domain-setup
|
- cloudkitty-domain-setup
|
||||||
|
@@ -16,11 +16,15 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-linters
|
- 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:
|
experimental:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-integrated-deploy-aio
|
- openstack-ansible-integrated-deploy-aio
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-linters
|
- 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