CI: Include --domain in more openstack commands
Related-Bug: #2080600
Change-Id: Id5b0bf6efcb2c16e10334d2edb268194fa1ec008
(cherry picked from commit 95b7e16c7f)
This commit is contained in:
committed by
Dr. Jens Harbott
parent
45e746f518
commit
27503ac2df
@@ -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
Block a user