defaults back to no detail

This commit is contained in:
Sandy Walsh 2011-06-03 06:57:33 -07:00
parent ddf8ef6d2c
commit 117e455bb6

@ -80,7 +80,7 @@ class ZoneManager(base.BootingManagerWithFind):
"""
return self._get("/zones/%s" % base.getid(zone), "zone")
def list(self, detailed=True):
def list(self, detailed=False):
"""
Get a list of child zones.
:rtype: list of :class:`Zone`