osi-dump 0.1.2.4__py3-none-any.whl → 0.1.2.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,12 +32,11 @@ class OpenStackExternalPortImporter(ExternalPortImporter):
32
32
  for network in networks:
33
33
  ex_ports = list(self.connection.network.ports(network_id=network.id))
34
34
 
35
- external_ports.append(ex_ports)
35
+ for ex_port in ex_ports:
36
+ external_ports.append(ex_port)
36
37
 
37
38
  # Get all port on those networks
38
39
 
39
- external_ports = list(np.array(external_ports).flatten())
40
-
41
40
  return external_ports
42
41
 
43
42
  def import_external_ports(self) -> list[ExternalPort]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: osi-dump
3
- Version: 0.1.2.4
3
+ Version: 0.1.2.5
4
4
  Summary: OpenStack information dump tool
5
5
  Author: TVKain
6
6
  License: Apache-2.0
@@ -52,7 +52,7 @@ osi_dump/exporter/volume/excel_volume_exporter.py,sha256=BhesTGXMQF3BAwHgJMYfnxF
52
52
  osi_dump/exporter/volume/volume_exporter.py,sha256=YoPvytC0ctWeWwVcG6pb0XwkF4N0QcGAoUHa3QldkEg,155
53
53
  osi_dump/importer/external_port/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
54
  osi_dump/importer/external_port/external_port_importer.py,sha256=mLFNwjaYiUNk3DO74GUCXC1eCaWbymGjKJKex3O2z-U,218
55
- osi_dump/importer/external_port/openstack_external_port_importer.py,sha256=JhESn9ipAQBJiltscn417I8OUn9W-AfqYI62-3wyHvQ,3903
55
+ osi_dump/importer/external_port/openstack_external_port_importer.py,sha256=F_tHT70rfIHZO0kK8x80ym-zDDh-oztRPCJySFflxGQ,3876
56
56
  osi_dump/importer/flavor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
57
  osi_dump/importer/flavor/flavor_importer.py,sha256=IfU2L8N8EO4eESnEDirwe9U-GXSTuTcsdrlDxD95tcQ,186
58
58
  osi_dump/importer/flavor/openstack_flavor_importer.py,sha256=y3uFCls7H-l1tu11T_PaEoWghhdxINsf7baRAShXC1w,1876
@@ -106,8 +106,8 @@ osi_dump/util/export_data_excel.py,sha256=VYSxDBZ7dgSbTj3n_8RRPqe183tILNh6wJW-Un
106
106
  osi_dump/util/extract_hostname.py,sha256=IpdklGHevmtRu67xeSRE_5n2mvWGI1sDsnJwExo_AR0,111
107
107
  osi_dump/util/panda_excel.py,sha256=GHHLguKLMm1sq4FHTPHABTjx7IqpOcGF_3OJT-cJORE,1011
108
108
  osi_dump/util/validate_dir_path.py,sha256=pL_OrY8JnNwk3vj6Zp6bsZtgHXhszSGRoqIt-1G5S90,507
109
- osi_dump-0.1.2.4.dist-info/METADATA,sha256=EWxn3aH4G1KtV19tQ5tly_4U-Mavb6NoB-a8D2bBndw,675
110
- osi_dump-0.1.2.4.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
111
- osi_dump-0.1.2.4.dist-info/entry_points.txt,sha256=ozm5sIBtXzLv6_FiUe26v1BgA3_xUReGLPhKQKZ56wQ,46
112
- osi_dump-0.1.2.4.dist-info/top_level.txt,sha256=OtAAwmJfcoPvlw_Cemo_H1aXIGV_7w0O2941KQt6faQ,9
113
- osi_dump-0.1.2.4.dist-info/RECORD,,
109
+ osi_dump-0.1.2.5.dist-info/METADATA,sha256=NNfXnjO6CK789JuhbOHeoKvHE9EiqAFhtVq53zVbnbM,675
110
+ osi_dump-0.1.2.5.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
111
+ osi_dump-0.1.2.5.dist-info/entry_points.txt,sha256=ozm5sIBtXzLv6_FiUe26v1BgA3_xUReGLPhKQKZ56wQ,46
112
+ osi_dump-0.1.2.5.dist-info/top_level.txt,sha256=OtAAwmJfcoPvlw_Cemo_H1aXIGV_7w0O2941KQt6faQ,9
113
+ osi_dump-0.1.2.5.dist-info/RECORD,,