components/openstack/cinder/files/cinder-volume-setup
branchs11-update
changeset 3196 4c06db2d9388
parent 3178 77584387a894
child 4072 db0cec748ec0
--- a/components/openstack/cinder/files/cinder-volume-setup	Tue Jul 01 14:49:32 2014 -0700
+++ b/components/openstack/cinder/files/cinder-volume-setup	Wed Jul 02 13:34:33 2014 -0700
@@ -85,7 +85,7 @@
         print "delegation of %s to 'cinder' failed:  %s" % (top_ds, err)
         return smf_include.SMF_EXIT_ERR_CONFIG
 
-    return int(smf_include.SMF_EXIT_OK)
+    return smf_include.SMF_EXIT_OK
 
 if __name__ == "__main__":
     os.putenv("LC_ALL", "C")