We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf0c6d commit f37a0a5Copy full SHA for f37a0a5
examples/examples.py
@@ -34,7 +34,7 @@
34
get_templates_response = client.get_templates()
35
templates = get_templates_response['templates'].values()
36
template_by_name = index_by_key(templates, 'name')
37
- template = template_by_name['Debian 9']
+ template = template_by_name['Debian 11']
38
39
# create storage
40
create_storage_response = client.create_storage({
0 commit comments