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

import sys

from oschecks.keystone import check_keystone_api


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