summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorNaveed Massjouni <naveedm9@gmail.com>2011-05-31 12:37:36 -0400
committerNaveed Massjouni <naveedm9@gmail.com>2011-05-31 12:37:36 -0400
commit770c0a5ecd2e19318e5b581de1f23e4e1d3f5f9d (patch)
tree67755c86a405d4955265b41824b6bf1b3af7ade5 /nova/api
parent099c29549a70cb88a6266a5e4145f855e1862d99 (diff)
removing semicolon
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/views/servers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/views/servers.py b/nova/api/openstack/views/servers.py
index 595a54790..b2352e3fd 100644
--- a/nova/api/openstack/views/servers.py
+++ b/nova/api/openstack/views/servers.py
@@ -116,7 +116,7 @@ class ViewBuilderV10(ViewBuilder):
if 'image_ref' in dict(inst):
image_ref = inst['image_ref']
if str(image_ref).startswith('http'):
- raise exception.ListingImageRefsNotSupported();
+ raise exception.ListingImageRefsNotSupported()
response['imageId'] = int(image_ref)
def _build_flavor(self, response, inst):