Fix tenant update
authorAndy Bavier <acb@cs.princeton.edu>
Fri, 18 Oct 2013 19:11:29 +0000 (15:11 -0400)
committerAndy Bavier <acb@cs.princeton.edu>
Fri, 18 Oct 2013 19:11:29 +0000 (15:11 -0400)
planetstack/observer/steps/sync_slices.py

index 5b34442..304ad37 100644 (file)
@@ -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)