Skip to content

Commit 243dbf2

Browse files
msherman64Mark-Powers
authored andcommitted
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

File tree

chi/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
session_factory = session
2222

2323
NOVA_API_VERSION = "2.10"
24-
ZUN_API_VERSION = "1"
24+
ZUN_API_VERSION = "1.41"
2525

2626

2727
def connection(session=None) -> "Connection":

0 commit comments

Comments
 (0)