osi-dump 0.1.3.3.2.2__py3-none-any.whl → 0.1.3.3.2.3__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.
@@ -34,12 +34,12 @@ class OpenStackRoleAssignmentImporter(RoleAssignmentImporter):
34
34
  )
35
35
 
36
36
  try:
37
- osrole_assignments = get_role_assignments(self.connection)
37
+ osrole_assignments = self.connection.list_role_assignments(filters={"include_names": True})
38
38
 
39
39
  logger.info(osrole_assignments)
40
40
  except Exception as e:
41
41
  raise Exception(
42
- f"Can not fetch role_assignments for {self.connection.auth['auth_url']}"
42
+ f"Can not fetch role_assignments for {self.connection.auth['auth_url']} {e}"
43
43
  ) from e
44
44
 
45
45
  role_assignments: list[RoleAssignment] = []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: osi-dump
3
- Version: 0.1.3.3.2.2
3
+ Version: 0.1.3.3.2.3
4
4
  Summary: OpenStack information dump tool
5
5
  Author: TVKain
6
6
  License: Apache-2.0
@@ -77,7 +77,7 @@ osi_dump/importer/project/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
77
77
  osi_dump/importer/project/openstack_project_importer.py,sha256=ylcm3jEFqh4gW8vhzhIaBq5v4A-PV3BaaogC8uHlSkg,3295
78
78
  osi_dump/importer/project/project_importer.py,sha256=jwEvxteFbSwyWMV8hKAtf5Lo2bZysWkQ1L_NVUE8XOQ,191
79
79
  osi_dump/importer/role_assignment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
80
- osi_dump/importer/role_assignment/openstack_role_assignment_importer.py,sha256=0Yn2qXDx8WUJ8_vaOZBt8FCbB566mqpnp6Dg_YjW5ag,2929
80
+ osi_dump/importer/role_assignment/openstack_role_assignment_importer.py,sha256=GmxKAXAzh0MV3qLpuZpQPo9imYE7pLK84mdD7QdK2Oo,2966
81
81
  osi_dump/importer/role_assignment/role_assignment_importer.py,sha256=Faorx0qsgdXjv5y2t-7obpV3wFfbmByx_-8b9yBr7L8,228
82
82
  osi_dump/importer/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
83
83
  osi_dump/importer/router/openstack_router_importer.py,sha256=T_Wr45nJrCcp2OOdRawmdQkNBDzczA-3DPx9dlewd4g,2781
@@ -109,8 +109,8 @@ osi_dump/util/extract_hostname.py,sha256=IpdklGHevmtRu67xeSRE_5n2mvWGI1sDsnJwExo
109
109
  osi_dump/util/openstack_util.py,sha256=_o8LiRmQKtxQ8hU3rbrMNwIAxt0-aWD2rjq-NvVdK9E,1299
110
110
  osi_dump/util/panda_excel.py,sha256=owr8AffIxqN3yY8kIv55Ox4j2dRz7kXZvSZFZeft8dw,734
111
111
  osi_dump/util/validate_dir_path.py,sha256=pL_OrY8JnNwk3vj6Zp6bsZtgHXhszSGRoqIt-1G5S90,507
112
- osi_dump-0.1.3.3.2.2.dist-info/METADATA,sha256=MgZDrmuHG_nOPL3Uj0doVVR_5z7ywZ0mJgxw0xQ1U70,679
113
- osi_dump-0.1.3.3.2.2.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
114
- osi_dump-0.1.3.3.2.2.dist-info/entry_points.txt,sha256=ozm5sIBtXzLv6_FiUe26v1BgA3_xUReGLPhKQKZ56wQ,46
115
- osi_dump-0.1.3.3.2.2.dist-info/top_level.txt,sha256=OtAAwmJfcoPvlw_Cemo_H1aXIGV_7w0O2941KQt6faQ,9
116
- osi_dump-0.1.3.3.2.2.dist-info/RECORD,,
112
+ osi_dump-0.1.3.3.2.3.dist-info/METADATA,sha256=tfNLNLAaZw-5HDtTW3xi4-lBJ2DwC4KHk2k-hPfNM-U,679
113
+ osi_dump-0.1.3.3.2.3.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
114
+ osi_dump-0.1.3.3.2.3.dist-info/entry_points.txt,sha256=ozm5sIBtXzLv6_FiUe26v1BgA3_xUReGLPhKQKZ56wQ,46
115
+ osi_dump-0.1.3.3.2.3.dist-info/top_level.txt,sha256=OtAAwmJfcoPvlw_Cemo_H1aXIGV_7w0O2941KQt6faQ,9
116
+ osi_dump-0.1.3.3.2.3.dist-info/RECORD,,