← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1306229] [NEW] Project quota should not be less than user quota

 

Public bug reported:

This is the case and steps to reproduce:

#Step 1: set project quota to unlimited
$ nova quota-update --instances -1 $tenant

#Step 2: set user quota to unlimited
$ nova quota-update --user $tenantUser --instances -1 $tenant

#Step 3: set project quota to 10
$ nova quota-update --instances 10 $tenant

The expected result for Stpe 3 should be an error message saying "Quota
limit must be greater than -1" or "Quota should be unlimited".

Today following the steps you will end up with unlimited quota for users
and limited quota for project.

** Affects: nova
     Importance: Undecided
     Assignee: Gastón Severina (gseverina)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Gastón Severina (gseverina)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1306229

Title:
  Project quota should not be less than user quota

Status in OpenStack Compute (Nova):
  New

Bug description:
  This is the case and steps to reproduce:

  #Step 1: set project quota to unlimited
  $ nova quota-update --instances -1 $tenant

  #Step 2: set user quota to unlimited
  $ nova quota-update --user $tenantUser --instances -1 $tenant

  #Step 3: set project quota to 10
  $ nova quota-update --instances 10 $tenant

  The expected result for Stpe 3 should be an error message saying
  "Quota limit must be greater than -1" or "Quota should be unlimited".

  Today following the steps you will end up with unlimited quota for
  users and limited quota for project.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1306229/+subscriptions


Follow ups

References