Change documentation about UpdateQuota class

The documentation about UpdateQuota is misleading.
This makes it seem like you can only update a quota when it is currently
the default quota values.

Trivial Fix

Change-Id: I5dae7b38d388f4abae5d927998e809839e8ef879
This commit is contained in:
Ankur Gupta 2016-06-29 19:04:51 -05:00 committed by Ankur
parent a74a188735
commit 3bf9d4c609

View File

@ -140,7 +140,7 @@ class ShowQuotaDefault(ShowQuotaBase):
class UpdateQuota(neutronV20.NeutronCommand, show.ShowOne):
"""Define tenant's quotas not to use defaults."""
"""Update a given tenant's quotas."""
resource = 'quota'