Fix bugs
[plstackapi.git] / plstackapi / core / models / site.py
index ef7db95..b15e35b 100644 (file)
@@ -29,7 +29,6 @@ class Site(PlCoreBase):
         # update the record
         if self.id:
             self.driver.update_tenant(self.tenant_id, 
-                                      name=self.login_base,
                                       description=self.name,
                                       enabled=self.enabled)