
Initial PoC source code for Tricircle, the project for OpenStack cascading solution. Change-Id: I8abc93839a26446cb61c8d9004dfd812bd91de6e
11 lines
153 B
Python
11 lines
153 B
Python
#!/usr/bin/python
|
|
# PBR Generated from 'console_scripts'
|
|
|
|
import sys
|
|
|
|
from glance.cmd.sync import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|