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
This commit is contained in:
Jesse Pretorius 2018-08-25 17:06:47 +01:00
parent 0a17d54ad0
commit 166e02c189
1 changed files with 1 additions and 0 deletions

View File

@ -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