~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to bin/cinder-volume

Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
"""Starter script for Cinder Volume."""
21
21
 
22
22
import eventlet
23
 
eventlet.monkey_patch(os=False)
 
23
eventlet.monkey_patch()
24
24
 
25
25
import os
26
26
import sys