#!/usr/bin/python3

from canonical.landscape.scripts.fakeopenstack import run

if __name__ == '__main__':
    run()
