Fix system namespace binding no RBAC

Change-Id: I27fb66574d0ae54203a6a4ea7b981abc741ae698
Closes-Bug: 1710839
Signed-off-by: mozhuli <21621232@zju.edu.cn>
This commit is contained in:
mozhulee 2017-08-15 19:16:24 +08:00
parent a225041bf4
commit 194a985730
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ func (c *Controller) onAdd(obj interface{}) {
glog.Error(err)
return
}
return
} else {
if err := c.createNetworkForTenant(namespace.Name); err != nil {
glog.Error(err)