Closed itvasile closed 6 years ago
What OpenStack version are you using?
Can you show me your mapping file?
OpenStack Newton voms.json looks like this:
{
"fedcloud.egi.eu": {
"project": "fedcloud.egi.eu"
},
"ops": {
"project": "ops"
},
"dteam": {
"project": "dteam"
}
}
In this form, I do not have the warning but it does not recognize the VO FQAN.
You have to use projects
instead of project
and add it as a list, even if it contains a single element, like this:
{
"fedcloud.egi.eu": {
"projects": ["fedcloud.egi.eu"]
},
"ops": {
"projects": ["ops"]
},
"dteam": {
"projects": ["dteam"]
}
}
I will update the documentation to be more clear.
This was fixed in #46
Following the warning in
caso.log
:I used
project
andprojects
instead oftenant
, which broke the accounting. The result is no FQAN line in logs, and the tenant/VO reported in accounting isNone