Add missing domain_id argument to os_project task

Somehow the previous patch merged without this required
argument.

Change-Id: I18a99443d457a7b50f4c1beb7cc123f716f1ad20
This commit is contained in:
Jesse Pretorius 2018-07-30 14:10:53 +01:00
parent f2c6b96076
commit 63afb90d82
1 changed files with 1 additions and 0 deletions

View File

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