gridscale / gridscale_api_client_python

The official gridscale API client written in Python
MIT License
5 stars 1 forks source link

examples.py breaks when a template is removed #19

Closed BoxG11 closed 2 years ago

BoxG11 commented 2 years ago

In the example file it currently tries to use Debian 9 as a template.

We could just change to the newest Debian version for the example. However, this will just break whenever we depreciate Debian 11.

Another option would be to implement a default option which would always use the newest Debian version.

bkircher commented 2 years ago

@jonathanlutterbeck is this already done?

BoxG11 commented 2 years ago

Hello, yes. I changed the used version to Debian 11.

bkircher commented 2 years ago

Excellent