Skip to content

Commit e454aa3

Browse files
committed
Fix nova API version
1 parent 3a104cf commit e454aa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chi/clients.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
session_factory = session
2222

23-
NOVA_API_VERSION = "2.10"
23+
NOVA_API_VERSION = "2.61"
2424
ZUN_API_VERSION = "1.41"
2525

2626

@@ -55,7 +55,7 @@ def connection(session=None) -> "Connection":
5555
cloud_config = cloud_region.from_session(sess)
5656
return Connection(
5757
config=cloud_config,
58-
compute_api_version="2.61",
58+
compute_api_version=NOVA_API_VERSION,
5959
)
6060

6161

0 commit comments

Comments
 (0)