Skip to content

Instantly share code, notes, and snippets.

View openstacker's full-sized avatar

Feilong Wang openstacker

View GitHub Profile
#!/usr/bin/python
"""
Example script creating a Heat stack and waiting for its completion by
receiving events over Zaqar.
Usage:
$ IDENTITY_API_VERSION=3 source devstack/openrc
$ create_stack_complete.py template.yaml stack_name
"""