]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix HBSD horcm driver with oslo.concurrency 2.1.0
authormarcusvrn <marcus.nascimento@fit-tecnologia.org.br>
Wed, 1 Jul 2015 18:03:40 +0000 (15:03 -0300)
committermarcusvrn <marcus.nascimento@fit-tecnologia.org.br>
Fri, 3 Jul 2015 12:12:52 +0000 (09:12 -0300)
commit1c6a57d722f21cc499912bbc389267151b44c962
tree3ddad742e3758f4e19c77d1061de6f38c89a1d95
parent6b93625a3d7e3085bab0246ae4d0fb46b6af7e98
Fix HBSD horcm driver with oslo.concurrency 2.1.0

The oslo.concurrency 2.1.0 has replaced locks and replaced with fasteners which
means that locking stuff has moved to a generic 3rd party lib. This lib uses
the variable "path" instead of "fname".

Closes-bug: #1470112
Change-Id: I8b844c827c940a01da9cd97d8f69b3a7e42f706c
cinder/volume/drivers/hitachi/hbsd_basiclib.py