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:
parent
f2c6b96076
commit
63afb90d82
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user