Skip to content

Commit

Permalink
Update Openstacksdk Version and Documentation Error
Browse files Browse the repository at this point in the history
Other packages need higher versions of openstacksdk,
resulting in a dependency conflict. Relaxing the
dependency in esisdk will solve the conflict.
  • Loading branch information
ajamias committed Jul 15, 2024
1 parent af9c65a commit 9861af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion esi/lib/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def network_list(connection, filter_node=None, filter_network=None):
'network_info': [
{
'baremetal_port': openstack.baremetal.v1.port.Port,
'network_port': [openstack.network.v2.port.Port] or [],
'network_ports': [openstack.network.v2.port.Port] or [],
'networks': {
'parent': openstack.network.v2.network.Network or None,
'trunk': [openstack.network.v2.network.Network] or [],
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requestsexceptions>=1.2.0 # Apache-2.0
jsonpatch!=1.20,>=1.16 # BSD
os-service-types>=1.7.0 # Apache-2.0
keystoneauth1>=3.18.0 # Apache-2.0
openstacksdk<1.3.0
openstacksdk # Apache-2.0
decorator>=4.4.1 # BSD
jmespath>=0.9.0 # MIT
iso8601>=0.1.11 # MIT
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jsonschema>=3.2.0 # MIT
prometheus-client>=0.4.2 # Apache-2.0
oslo.config>=6.1.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
openstacksdk<1.3.0
openstacksdk # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
statsd>=3.3.0
stestr>=1.0.0 # Apache-2.0
Expand Down

0 comments on commit 9861af2

Please sign in to comment.