From 80386cd125bf358e36de4e0b8e4b9fc7729800a7 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Sat, 11 Jan 2020 15:32:49 -0800 Subject: [PATCH] Remove CI credential setup This no longer seems necessary, so lets stop trying to have database credentials that are OpenStack specific. Change-Id: Ia8ed7127d06de9658809b6ff241dcd9602c09207 --- playbooks/roles/bifrost-openstack-ci-prep/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/roles/bifrost-openstack-ci-prep/tasks/main.yml b/playbooks/roles/bifrost-openstack-ci-prep/tasks/main.yml index f7a26c0d1..5432e26b0 100644 --- a/playbooks/roles/bifrost-openstack-ci-prep/tasks/main.yml +++ b/playbooks/roles/bifrost-openstack-ci-prep/tasks/main.yml @@ -17,8 +17,6 @@ # in OpenStack CI. - name: "Set facts for OpenStack CI" set_fact: - mysql_username: "openstack_citest" - mysql_password: "openstack_citest" disable_dnsmasq_dns: True - name: "Determine if OpenStack CI is missing an SSH key"