Commit 243dbf2
bump minimum API version for zun
ensure zun client uses an API microversion that supports device profiles.
In our xena branch of zun, device_profiles require version 1.41, whereas in our older branch, it required 1.40.
https://github.com/ChameleonCloud/zun/blob/7f87893db9eed930fd8fb38eb9d66da974eb7991/zun/api/controllers/v1/schemas/containers.py#L81-L82
https://github.com/ChameleonCloud/zun/blob/3b01255e7aeb93369be1d0ede579f3f06e238917/zun/api/controllers/v1/schemas/containers.py#L77-L78
This is because we add to the "end" of the API microversions, and upstream added a new one in between train and xena.1 parent 3512397 commit 243dbf2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments