CORD-2933 Add domain to auth

Change-Id: I30f0c82e9f85f6c3efef7b21e7decd2f937b9896
diff --git a/xos/synchronizer/steps/sync_instances.py b/xos/synchronizer/steps/sync_instances.py
index d98343d..4194f89 100644
--- a/xos/synchronizer/steps/sync_instances.py
+++ b/xos/synchronizer/steps/sync_instances.py
@@ -260,6 +260,8 @@
         instance_name = '%s-%d' % (instance.slice.name, instance.id)
         controller = instance.node.site_deployment.controller
         input = {'endpoint': controller.auth_url,
+                 'endpoint_v3': controller.auth_url_v3,
+                 'domain': controller.domain,
                  'admin_user': instance.creator.email,
                  'admin_password': instance.creator.remote_password,
                  'project_name': instance.slice.name,