diff options
| author | Dan Prince <dan.prince@rackspace.com> | 2011-04-12 13:47:45 -0400 |
|---|---|---|
| committer | Dan Prince <dan.prince@rackspace.com> | 2011-04-12 13:47:45 -0400 |
| commit | baa129773c41f143237db992d90e1c681b3d33f8 (patch) | |
| tree | 4470c401e780d7d34119457f15fec56b620998b8 /nova/compute | |
| parent | bb77763d665b113be0793dc1ecbb620dd9c38384 (diff) | |
dots.
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index f237f994c..0c7e8f84e 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -105,7 +105,7 @@ class API(base.Base): raise quota.QuotaError(code="OnsetFileContentLimitExceeded") def _check_metadata_properties_quota(self, context, metadata={}): - """Enforce quota limits on metadata properties""" + """Enforce quota limits on metadata properties.""" num_metadata = len(metadata) quota_metadata = quota.allowed_metadata_items(context, num_metadata) if quota_metadata < num_metadata: |
