diff options
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/simple_tenant_usage.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/api/openstack/compute/contrib/simple_tenant_usage.py b/nova/api/openstack/compute/contrib/simple_tenant_usage.py index 7879cf381..75a3ddfc1 100644 --- a/nova/api/openstack/compute/contrib/simple_tenant_usage.py +++ b/nova/api/openstack/compute/contrib/simple_tenant_usage.py @@ -212,7 +212,7 @@ class SimpleTenantUsageController(object): @wsgi.serializers(xml=SimpleTenantUsagesTemplate) def index(self, req): - """Retrive tenant_usage for all tenants""" + """Retrieve tenant_usage for all tenants""" context = req.environ['nova.context'] authorize_list(context) @@ -226,7 +226,7 @@ class SimpleTenantUsageController(object): @wsgi.serializers(xml=SimpleTenantUsageTemplate) def show(self, req, id): - """Retrive tenant_usage for a specified tenant""" + """Retrieve tenant_usage for a specified tenant""" tenant_id = id context = req.environ['nova.context'] |
