Check it out - when we write presentations in presentty, we can add them to our docs! First given at the 2017 Boston OpenStack Summit. Change-Id: Ia46a6f32b6b374974fba7b620b202f8eadc774a1
7 lines
183 B
Python
7 lines
183 B
Python
import shade
|
|
shade.simple_logging(http_debug=True)
|
|
|
|
cloud = shade.openstack_cloud(
|
|
cloud='my-vexxhost', region_name='ca-ymq-1')
|
|
cloud.get_image('Ubuntu 16.04.1 LTS [2017-03-03]')
|