commit | 606bf0e2689aa5ec808b07019b989f227baa17cf | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Fri Oct 18 15:11:29 2013 -0400 |
committer | Andy Bavier <acb@cs.princeton.edu> | Fri Oct 18 15:11:29 2013 -0400 |
tree | 7dcb1adc99ea17caa9eedc9fbf514aab13717297 | |
parent | 5e243e1588de38d33b17745dc545d714ba918a1c [diff] [blame] |
Fix tenant update
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 @@ 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)