openstack-api-manage/main.py

4 lines
96 B
Python

from keystone import keystone_main
if __name__ == '__main__':
keystone_main.keystone_main()