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-project-domain-id default --os-project-name admin
--os-user-domain-id default --os-username admin --os-user-domain-id default --os-username admin
--os-password secretadmin --os-password secretadmin
project create swiftprojecttest5 project create --domain default swiftprojecttest5
- name: Create service user - name: Create service user
shell: > shell: >
openstack --os-auth-url http://localhost/identity openstack --os-auth-url http://localhost/identity
--os-project-domain-id default --os-project-name admin --os-project-domain-id default --os-project-name admin
--os-user-domain-id default --os-username admin --os-user-domain-id default --os-username admin
--os-password secretadmin --os-password secretadmin
user create --project swiftprojecttest5 swiftusertest5 --password testing5 user create --domain default --project swiftprojecttest5 swiftusertest5 --password testing5
- name: Assign service role - name: Assign service role
shell: > shell: >
openstack --os-auth-url http://localhost/identity openstack --os-auth-url http://localhost/identity