Files
charm-ironic/hooks/shared-db-relation-changed
Mathieu Mitchell 2d5b4a32d1 Initial commit
2017-12-04 23:06:40 -05:00

11 lines
150 B
Python
Executable File

#!/usr/bin/env python
#
# Copyright 2015 Cloudbase Solutions SRL
#
from ironic_hooks import db_changed
if __name__ == "__main__":
db_changed()