summaryrefslogtreecommitdiff
path: root/glance_store/_drivers/cinder.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store/_drivers/cinder.py')
-rw-r--r--glance_store/_drivers/cinder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/glance_store/_drivers/cinder.py b/glance_store/_drivers/cinder.py
index dceb512..bac8ccd 100644
--- a/glance_store/_drivers/cinder.py
+++ b/glance_store/_drivers/cinder.py
@@ -164,9 +164,9 @@ class Store(glance_store.driver.Store):
Takes a `glance_store.location.Location` object that indicates
where to find the image file and returns the image size
- :param location `glance_store.location.Location` object, supplied
+ :param location: `glance_store.location.Location` object, supplied
from glance_store.location.get_location_from_uri()
- :raises `glance_store.exceptions.NotFound` if image does not exist
+ :raises: `glance_store.exceptions.NotFound` if image does not exist
:rtype int
"""