Skip to content

Commit

Permalink
Merge pull request #7 from ajamias/main
Browse files Browse the repository at this point in the history
Update Openstacksdk Version and Documentation Error
  • Loading branch information
tzumainn committed Jul 19, 2024
2 parents af9c65a + 4c3b898 commit e195735
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Lint
run: tox -epep8
- name: Unit Tests
run: tox -epy3
run: tox -epy3
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
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
python_requires = >=3.6
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
python_requires = >=3.8

[files]
packages =
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 e195735

Please sign in to comment.