We do not have documentation about enabling nova quota if cluster deployed without it.
Bug #1439087 reported by
Denis Klepikov
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
In Progress
|
Medium
|
Evgeny Konstantinov |
Bug Description
We need a documentation that describe enabling nova quotas into cluster, deployed by fuel without selected check-box "Nova quotas" on settings tab into Fuel web UI.
We need to provide clear steps into our public documentation "How-To enable nova quotas on deployed cluster".
tags: | added: fuel-docs |
Changed in fuel: | |
assignee: | nobody → Fuel Documentation Team (fuel-docs) |
milestone: | none → 6.1 |
importance: | Undecided → Medium |
Changed in fuel: | |
assignee: | Fuel Documentation Team (fuel-docs) → Irina Povolotskaya (ipovolotskaya) |
status: | New → Confirmed |
Changed in fuel: | |
milestone: | 6.1 → 7.0 |
Changed in fuel: | |
assignee: | Irina Povolotskaya (ipovolotskaya) → Fuel Documentation Team (fuel-docs) |
Changed in fuel: | |
assignee: | Fuel Documentation Team (fuel-docs) → Evgeny Konstantinov (evkonstantinov) |
Changed in fuel: | |
milestone: | 7.0 → 8.0 |
tags: | added: support |
tags: | added: docs |
tags: | added: area-docs |
To post a comment you must log in.
A good blog post on quotas - http:// www.dorm. org/blog/ nova-max_ age-and- until_refresh- settings- for-easing- quotas- pain/
So this should look something like:
1) on controller nodes: set max_age=86400 and util_refresh=50 in nova.conf to make sure quota usage values are refreshed once a day or once per 50 VMs launched
2) on controller nodes: set quota_driver= nova.quota. DbQuotaDriver to enable quotas in Nova
3) on controller nodes: restarted nova services
ubuntu: service nova-api restart; service nova-conductor restart nova-conductor restart
centos: service openstack-nova-api restart; service openstack-
4) on controller nodes:
Add
ENABLED_ QUOTA_GROUPS = {
'nova': True,
}
to /usr/share/ openstack- dashboard/ settings. py
5) restart Horizon:
ubuntu: service apache2 reload
centos: service httpd reload