From 63afb90d829d1f37c46ecef8f30bc75b07dfd7dc Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 30 Jul 2018 14:10:53 +0100 Subject: [PATCH] Add missing domain_id argument to os_project task Somehow the previous patch merged without this required argument. Change-Id: I18a99443d457a7b50f4c1beb7cc123f716f1ad20 --- tasks/trove_service_setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/trove_service_setup.yml b/tasks/trove_service_setup.yml index c577e03..634cc2f 100644 --- a/tasks/trove_service_setup.yml +++ b/tasks/trove_service_setup.yml @@ -46,6 +46,7 @@ cloud: default state: present name: "{{ trove_service_project_name }}" + domain_id: "{{ trove_service_project_domain_id }}" description: "{{ trove_service_description }}" endpoint_type: admin verify: "{{ not keystone_service_adminuri_insecure }}"