summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/flavors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/flavors.py b/nova/api/openstack/flavors.py
index f0936332c..e9ee9d012 100644
--- a/nova/api/openstack/flavors.py
+++ b/nova/api/openstack/flavors.py
@@ -30,7 +30,7 @@ class Controller(wsgi.Controller):
'application/xml': {
"attributes": {
"flavor": ["id", "name", "ram", "disk"],
- "link": ["rel","type","href"],
+ "link": ["rel", "type", "href"],
}
}
}