Comment 5 for bug 1347915

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/109562
Committed: https://git.openstack.org/cgit/stackforge/manila/commit/?id=fe675be8329a29674436f6e9bfcd5eac87989249
Submitter: Jenkins
Branch: master

commit fe675be8329a29674436f6e9bfcd5eac87989249
Author: Valeriy Ponomaryov <email address hidden>
Date: Fri Aug 22 06:05:55 2014 -0400

    Updated usage of locks

    Changes:
    - replaced direct usage of sychronized func from lockutils with local wrapper,
      that provides prefix;
    - 'lock_path' is not provided anymore as hardcode, defined 'lock_path'
      in config is expected;
    - added MANILA_LOCK_PATH to devstack plugin, to be able to set path
      before installation.

    Change-Id: I6518df0a6d32f1021b19a48f928f9ec8b00140b2
    Closes-Bug: #1347915