]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes cinder-volume service startup on Windows
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 2 Sep 2013 15:20:21 +0000 (18:20 +0300)
committerPetrut Lucian <petrutlucian94@gmail.com>
Tue, 3 Sep 2013 15:41:59 +0000 (18:41 +0300)
commit2f4e9b22b74f696fdac5aed8b57a70e34b113bc8
tree6e565b65df0bfc746b77af5908b24da0e87b909d
parentc37b7db38aeb4a74546fef9ad97d068bc5bcfa13
Fixes cinder-volume service startup on Windows

The Windows service fails due to missing non-blocking IO features
in eventlet. This fix adds a conditional path on Windows to execute
the service accordingly.

Fixes bug: #1219896

Change-Id: I74f662e736e3a5fe58a383d172780a691a2b36c7
bin/cinder-volume