#!/usr/bin/python2
# PBR Generated from u'console_scripts'

import sys

from oschecks.cinder import check_cinder_volume


if __name__ == "__main__":
    sys.exit(check_cinder_volume())
