Page MenuHomePhabricator

horizon: creating a server group complains about insufficient permissions
Closed, ResolvedPublic

Description

I followed the usual flow in horizon for creating a new server group in the toolsbeta project.

Horizon rejected the operation complaining about 'insufficient permissions' or something, but I didn't investigate more.

I tried with different types of affinities, all with the same behavior.

If I manage to find a moment I will at least look for logs in kibana.

Event Timeline

This is a result of hitting the server group quota for the project -- the default quota is 10 groups. Horizon doesn't seem to be aware of the quotas so it passes the request on to the nova api which fails due to the quota limit.

I will raise the quota to 20 for toolsbeta and tools.

aborrero assigned this task to Andrew.

I was able to create a server group in toolsbeta using horizon. Thanks!