From 117e455bb668791678f5c0bc7a08195fe2bfa527 Mon Sep 17 00:00:00 2001
From: Sandy Walsh <sandy@sandywalsh.com>
Date: Fri, 3 Jun 2011 06:57:33 -0700
Subject: [PATCH] defaults back to no detail

---
 novaclient/zones.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/novaclient/zones.py b/novaclient/zones.py
index 5c7e885e9..3fe79c417 100644
--- a/novaclient/zones.py
+++ b/novaclient/zones.py
@@ -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`