Private message from manteshpatil

Hi Bernhard M,

I need help in creating user and group in SUSE Openstack Cloud 8 Environment who can access API.

I Created domain and project in that domain with user (Cloud_admin) having the following roles, still unable to get Auth token.

Roles to User: cinder_admin,swiftoperator,monasca-user,admin,neutron_admin,key-manager:service-admin,key-manager:admin,
Member,nova_admin,glance_admin.

following is the API call to get the project based auth token.

https://:5000/v3/auth/tokens
{
“auth”: {
“identity”: {
“methods”: [“password”],
“password”: {
“user”: {
“name”: “admin”,
“domain”: { “id”: “default”
},
“password”: “yM2cdkFqz6”
}
}
},
“scope”: {
“project”: {
“id”: “cc6e5289f021449f8ce632d658031c07”
}
}
}
}

output: 401 Unauthorized

{
“error”: {
“message”: “The request you have made requires authentication.”,
“code”: 401,
“title”: “Unauthorized”
}
}

Can you please help me here to give proper roles to user?

Thanks,
Mantesh Patil