diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-11-09 01:01:34 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-11-09 01:01:34 +0000 |
| commit | d59be49f2488e69696dbfdd276862b051526b3db (patch) | |
| tree | 593cc0e17248494702fde852c85d14731fe908b4 /nova/api | |
| parent | ffb9f2ed3b3fabf30146b4894a05083a089b834a (diff) | |
| parent | 6a2c7072c6e2e022b6893a9c557faaa68b6cb08b (diff) | |
Merge "Remove duplicate method"
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/flavors.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/api/openstack/flavors.py b/nova/api/openstack/flavors.py index afc900cce..7280ecbce 100644 --- a/nova/api/openstack/flavors.py +++ b/nova/api/openstack/flavors.py @@ -39,9 +39,6 @@ class Controller(object): items = self._get_flavors(req, is_detail=True) return dict(flavors=items) - def _get_view_builder(self, req): - raise NotImplementedError() - def _get_flavors(self, req, is_detail=True): """Helper function that returns a list of flavor dicts.""" filters = {} |
