From 166e02c189596e32143a9506bfebe43315362eef Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sat, 25 Aug 2018 17:06:47 +0100 Subject: [PATCH] Add missing endpoint_type The endpoint type wasn't specified, so it tries to use the public one and fails in the integrated build due to the verify argument not being right (as it's setting it based on the admin endpoint). Change-Id: I374c439ea2e6a1ba8246b159487710cecc998da9 --- tasks/barbican_service_setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/barbican_service_setup.yml b/tasks/barbican_service_setup.yml index e8e6cce..f5acdcc 100644 --- a/tasks/barbican_service_setup.yml +++ b/tasks/barbican_service_setup.yml @@ -59,6 +59,7 @@ cloud: default state: present name: "{{ item }}" + endpoint_type: admin verify: "{{ not keystone_service_adminuri_insecure }}" with_items: "{{ barbican_default_role_names }}" register: barbican_roles