4 Commits

Author SHA1 Message Date
Kobi Samoray
8c87875f62 Use oslo_log for logging
neutron.openstack.common.log replaced with oslo_log.log

Change-Id: Ieaf19ec19aa7d9c75ad2c04c7f80045062977171
2015-03-04 20:06:51 +02:00
Han Zhou
89beca8f87 Fix retry logic for UnAuthorizedRequest in race-condition
Authentication cookie can be set to None by another thread thus
cause current thread retry get aborted by mistake.

The fix is removing the abort logic, because even if the cookie is
None, it would then re-login and get a new cookie before retry.

Change-Id: I8b94de41fa2f3be17d317fd80e4becdad9285f7d
Closes-Bug: 1410805
2015-01-14 14:10:56 +00:00
Gary Kotton
9254b0aeda VMware: initial NSXv developments
Add the NSXv code to the repo.

Co-Authored-By: Kobi Samoray <ksamoray@vmware.com>

Change-Id: Iefc76e0d6bfab8136bd2e3300a8b3d4a3fdb3a46
2014-12-28 06:22:43 -08:00
Gary Kotton
3a96a43c53 VMware: fix gitreview
Fix the correct repo

Change-Id: I1deed42fb003f06bc97634e3908c6d82c8620e85
2014-12-21 23:24:18 -08:00