
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
9 lines
240 B
Python
9 lines
240 B
Python
import shade
|
|
shade.simple_logging()
|
|
|
|
cloud = shade.openstack_cloud(
|
|
cloud='fuga', region_name='cystack', strict=True)
|
|
image = cloud.get_image(
|
|
'Ubuntu 16.04 LTS - Xenial Xerus - 64-bit - Fuga Cloud Based Image')
|
|
cloud.pprint(image)
|