Comment 2 for bug 1315556

Revision history for this message
Guang Yee (guang-yee) wrote :

I don't think we have a test case for this. We check the project's domain status only if it is specified. For example,

"scope": {
    "project": {
        "name": "projectA",
        "domain": {
            "name": "domainA"
        }
    }
}

However, when project ID is specified, project domain info is absent. Therefore, backend never check the project domain status.

"scope": {
    "project": {
        "id": "<project_id>"
    }
}