more commenting out of nonfunctional code
diff --git a/xos/openstack_xos/driver.py b/xos/openstack_xos/driver.py
index f2d6294..76e1d30 100644
--- a/xos/openstack_xos/driver.py
+++ b/xos/openstack_xos/driver.py
@@ -99,7 +99,7 @@
             #instances = self.shell.nova_db.instance_get_all_by_filters(ctx,
             #          {'project_id': tenant.id}, 'id', 'asc')
             client = OpenStackClient(tenant=tenant.name)
-            driver = OpenStackDriver(client=client)
+            #driver = OpenStackDriver(client=client)
             #for instance in instances:
             #    driver.destroy_instance(instance.id)
             self.shell.keystone.tenants.delete(tenant)