Skip to content

Commit f37a0a5

Browse files
authored
Update examples.py
Change Debian 9 to Debian 11 which is the newest available version.
1 parent eaf0c6d commit f37a0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
get_templates_response = client.get_templates()
3535
templates = get_templates_response['templates'].values()
3636
template_by_name = index_by_key(templates, 'name')
37-
template = template_by_name['Debian 9']
37+
template = template_by_name['Debian 11']
3838

3939
# create storage
4040
create_storage_response = client.create_storage({

0 commit comments

Comments
 (0)