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

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 }}"
Reference in New Issue
openstack/openstack-ansible-os_trove
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.