diff options
| author | Alex Meade <alex.meade@rackspace.com> | 2011-05-06 16:13:35 -0400 |
|---|---|---|
| committer | Alex Meade <alex.meade@rackspace.com> | 2011-05-06 16:13:35 -0400 |
| commit | 3a7d1422d52f551e870542305ce9bab9e9e6ebad (patch) | |
| tree | 111406131b3f71632759aa11af342a71668d933f /nova/api | |
| parent | 2946a21f78e4fd2b18bd6eb8c85eb2cc0c764f8a (diff) | |
Fixed method in flavors
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/flavors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/flavors.py b/nova/api/openstack/flavors.py index dee70bb2b..4c5971cf6 100644 --- a/nova/api/openstack/flavors.py +++ b/nova/api/openstack/flavors.py @@ -46,7 +46,7 @@ class Controller(common.OpenstackController): return dict(flavors=items) def _get_view_builder(self, req): - raise NotImplementedError + raise NotImplementedError() def _get_flavors(self, req, is_detail=True): """Helper function that returns a list of flavor dicts.""" |
