CI: Include --domain in more openstack commands

Related-Bug: #2080600
Change-Id: Id5b0bf6efcb2c16e10334d2edb268194fa1ec008
This commit is contained in:
Tim Burke
2024年09月17日 10:23:32 -07:00
parent e0a9ea496e
commit 95b7e16c7f

View File

@@ -73,14 +73,14 @@
--os-project-domain-id default --os-project-name admin
--os-user-domain-id default --os-username admin
--os-password secretadmin
project create swiftprojecttest5
project create --domain default swiftprojecttest5
- name:Create service user
shell:>
openstack --os-auth-url http://localhost/identity
--os-project-domain-id default --os-project-name admin
--os-user-domain-id default --os-username admin
--os-password secretadmin
user create --project swiftprojecttest5 swiftusertest5 --password testing5
user create --domain default --project swiftprojecttest5 swiftusertest5 --password testing5
- name:Assign service role
shell:>
openstack --os-auth-url http://localhost/identity
Reference in New Issue
openstack/swift
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.