Bug 1041386

Summary: [RFE][nova]: Add quota of root disk and ephemeral disk
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/nova/+spec/root-and-ephemeral-disk-quota
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_new
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:39:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 15:40:14 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/root-and-ephemeral-disk-quota.

Description:

Currently, nova support quota of vcpu, memory, but there is no quota of root disk and ephemeral disk.

In some cases, user may create instance with a flavor which has high root disk but low memory or low cpu.  So I want to add quota about these two things.

Since the resource-reporter see root disk and ephemeral disk as solid stuff "local_gb". For match the conversation, I'd like to add a new quota named 'local_gb' to implement this blueprint. 

Specification URL (additional information):

None