From 606bf0e2689aa5ec808b07019b989f227baa17cf Mon Sep 17 00:00:00 2001
From: Andy Bavier <acb@cs.princeton.edu>
Date: Fri, 18 Oct 2013 15:11:29 -0400
Subject: [PATCH] Fix tenant update

---
 planetstack/observer/steps/sync_slices.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/planetstack/observer/steps/sync_slices.py b/planetstack/observer/steps/sync_slices.py
index 5b34442..304ad37 100644
--- a/planetstack/observer/steps/sync_slices.py
+++ b/planetstack/observer/steps/sync_slices.py
@@ -71,7 +71,7 @@ class SyncSlices(OpenStackSyncStep):
 
 
         if slice.id and slice.tenant_id:
-            client_driver.update_tenant(slice.tenant_id,
+            self.driver.update_tenant(slice.tenant_id,
                                       description=slice.description,
                                       enabled=slice.enabled)   
 
-- 
2.47.0