components/openstack/cinder/files/cinder-volume-setup
changeset 6849 f9a2279efa0d
parent 4545 538c0aeae836
child 6904 d731f9896dde
--- a/components/openstack/cinder/files/cinder-volume-setup	Wed Sep 07 14:48:41 2016 -0700
+++ b/components/openstack/cinder/files/cinder-volume-setup	Wed Sep 07 14:48:41 2016 -0700
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.7
 
-# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
 #    not use this file except in compliance with the License. You may obtain
@@ -16,12 +16,11 @@
 
 import ConfigParser
 import os
+from subprocess import CalledProcessError, Popen, PIPE, check_call
 import sys
 
 import smf_include
 
-from subprocess import CalledProcessError, Popen, PIPE, check_call
-
 
 def start():
     """ retrieves the setting for 'zfs_volume_base' from Cinder's conf file in