We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f4b6c commit 2c24c1dCopy full SHA for 2c24c1d
list_images_glance.py
@@ -0,0 +1,6 @@
1
+from glanceclient.v2 import client
2
+
3
+conn= client.Client(auth_url, token)
4
5
+for image in conn.images.list():
6
+ print(image["name"])
0 commit comments