diff --git a/reddwarfclient/flavors.py b/reddwarfclient/flavors.py index a205fcc1..6bd280bb 100644 --- a/reddwarfclient/flavors.py +++ b/reddwarfclient/flavors.py @@ -48,26 +48,10 @@ class Flavors(base.ManagerWithFind): """ Get a list of all flavors. - :rtype: list of :class:`Flavor`. - """ - return self.detail() - - def index(self): - """ - Get a list of all flavors. - :rtype: list of :class:`Flavor`. """ return self._list("/flavors", "flavors") - def detail(self): - """ - Get the details of all flavors. - - :rtype: list of :class:`Flavor`. - """ - return self._list("/flavors/detail", "flavors") - def get(self, flavor): """ Get a specific flavor.