initial code repo
[stor4nfv.git] / src / ceph / src / ceph-volume / bin / ceph-volume
diff --git a/src/ceph/src/ceph-volume/bin/ceph-volume b/src/ceph/src/ceph-volume/bin/ceph-volume
new file mode 100755 (executable)
index 0000000..5905cfc
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+from ceph_volume import main
+
+if __name__ == '__main__':
+    main.Volume()