[openstack-hypervisor] pin cosl to 0.0.11

cos_agent library requires latest cosl package.
Pin cosl to 0.0.11. cosl is pinned to avoid any
breakage due to further newer versions.

Change-Id: I2fe886e2f0756a8ea80c3c2c404b0670f7e6dbb7
This commit is contained in:
Hemanth Nakkina 2024-04-29 07:12:20 +05:30
parent bd1d5b0350
commit 6924faa8a8
No known key found for this signature in database
GPG Key ID: 2E4970F7B143168E

View File

@ -4,7 +4,7 @@ pyroute2
netifaces
jsonschema
jinja2
cosl==0.0.5 ; python_version >= "3.8"
cosl==0.0.11 ; python_version >= "3.8"
pydantic==1.10.12 ; python_version >= "3.8"
# This charm does not use lightkube* but ops_sunbeam requires it atm