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

import sys

from oschecks.glance import check_glance_api


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