commit | 91ce26cad6230bb29abf68aae5999f4b41c5235b | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Tue May 10 16:57:18 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Tue May 10 16:57:18 2016 -0700 |
tree | 57629f48f4545d6ef3da36d0e16e34de04fe52d8 | |
parent | 0191a0961f5cf7dae6e5c09a2e326bd9e6f65f51 [diff] |
syntax
diff --git a/xos/synchronizers/openstack/steps/sync_controller_users.py b/xos/synchronizers/openstack/steps/sync_controller_users.py index 448cc2c..f5cb82c 100644 --- a/xos/synchronizers/openstack/steps/sync_controller_users.py +++ b/xos/synchronizers/openstack/steps/sync_controller_users.py
@@ -58,7 +58,7 @@ } return user_fields - def map_sync_outputs(self, controller_user, res) + def map_sync_outputs(self, controller_user, res): controller_user.kuser_id = res[0]['openstack'] controller_user.backend_status = '1 - OK' controller_user.save()