Skip to content

Commit

Permalink
update start for acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hmunfru committed Jun 29, 2016
1 parent 38c403a commit 3a8fb27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/start_acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export OS_AUTH_URL=http://$KEYSTONE_IP:5000/v3
export OS_AUTH_URL_V2=http://$KEYSTONE_IP:5000/v2.0/
export OS_IDENTITY_API_VERSION=3

openstack project create qa
openstack user create qa --password qa --project qa
openstack role add --user qa --project qa admin

openstack project show qa > qa

Expand Down

0 comments on commit 3a8fb27

Please sign in to comment.