osi-dump 0.1.3.3.4.1__py3-none-any.whl → 0.1.3.3.4.2__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.
osi_dump/cli.py CHANGED
@@ -166,29 +166,29 @@ def inner_main(file_path: str, output_path: str):
166
166
 
167
167
  connections = get_connections(file_path=file_path)
168
168
 
169
- #_instance(connections=connections, output_path=output_path)
169
+ _instance(connections=connections, output_path=output_path)
170
170
 
171
- #_floating_ip(connections=connections, output_path=output_path)
171
+ _floating_ip(connections=connections, output_path=output_path)
172
172
 
173
- #_volume(connections=connections, output_path=output_path)
173
+ _volume(connections=connections, output_path=output_path)
174
174
 
175
- #_hypervisor(connections=connections, output_path=output_path)
175
+ _hypervisor(connections=connections, output_path=output_path)
176
176
 
177
- #_project(connections=connections, output_path=output_path)
177
+ _project(connections=connections, output_path=output_path)
178
178
 
179
- #_image(connections=connections, output_path=output_path)
179
+ _image(connections=connections, output_path=output_path)
180
180
 
181
- #_flavor(connections=connections, output_path=output_path)
181
+ _flavor(connections=connections, output_path=output_path)
182
182
 
183
183
  _role_assignment(connections=connections, output_path=output_path)
184
184
 
185
- #_load_balancer(connections=connections, output_path=output_path)
185
+ _load_balancer(connections=connections, output_path=output_path)
186
186
 
187
- #_router(connections=connections, output_path=output_path)
187
+ _router(connections=connections, output_path=output_path)
188
188
 
189
- #_external_port(connections=connections, output_path=output_path)
189
+ _external_port(connections=connections, output_path=output_path)
190
190
 
191
- #_network(connections=connections, output_path=output_path)
191
+ _network(connections=connections, output_path=output_path)
192
192
 
193
193
  util.excel_autosize_column(output_path)
194
194
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: osi-dump
3
- Version: 0.1.3.3.4.1
3
+ Version: 0.1.3.3.4.2
4
4
  Summary: OpenStack information dump tool
5
5
  Author: TVKain
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  osi_dump/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  osi_dump/__main__.py,sha256=fCVTLFipB-P0872_4j7iOJNNosOMBj3YdHr8TH_fhRY,71
3
- osi_dump/cli.py,sha256=4fMPhzFrVg2qbDolP9LJchsSoOzAuHLTffBNiAiB5eU,6795
3
+ osi_dump/cli.py,sha256=uvVOikUVa4Ly5x9_xORLNsYy3VNt664Iig7nlNIUVrQ,6784
4
4
  osi_dump/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  osi_dump/api/keystone.py,sha256=HgHBJL5c6BTXNhT6pPf2XM2tL7Uu6V4HokXnjHGQ_wg,2111
6
6
  osi_dump/api/neutron.py,sha256=pag_d6MsxA1gOUit4bvVUaTiTrPqLJjwz9KU_QSpxwM,1788
@@ -117,8 +117,8 @@ osi_dump/util/extract_hostname.py,sha256=IpdklGHevmtRu67xeSRE_5n2mvWGI1sDsnJwExo
117
117
  osi_dump/util/openstack_util.py,sha256=_o8LiRmQKtxQ8hU3rbrMNwIAxt0-aWD2rjq-NvVdK9E,1299
118
118
  osi_dump/util/panda_excel.py,sha256=owr8AffIxqN3yY8kIv55Ox4j2dRz7kXZvSZFZeft8dw,734
119
119
  osi_dump/util/validate_dir_path.py,sha256=pL_OrY8JnNwk3vj6Zp6bsZtgHXhszSGRoqIt-1G5S90,507
120
- osi_dump-0.1.3.3.4.1.dist-info/METADATA,sha256=uxG89PHVOyNmjStjLeL3viz1uKNq0UgwxPN4hwpBVvw,685
121
- osi_dump-0.1.3.3.4.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
122
- osi_dump-0.1.3.3.4.1.dist-info/entry_points.txt,sha256=ozm5sIBtXzLv6_FiUe26v1BgA3_xUReGLPhKQKZ56wQ,46
123
- osi_dump-0.1.3.3.4.1.dist-info/top_level.txt,sha256=OtAAwmJfcoPvlw_Cemo_H1aXIGV_7w0O2941KQt6faQ,9
124
- osi_dump-0.1.3.3.4.1.dist-info/RECORD,,
120
+ osi_dump-0.1.3.3.4.2.dist-info/METADATA,sha256=PojqbXX5j8HqRgICtAyQS4REKRa0FBx4uMTUK2FEBL4,685
121
+ osi_dump-0.1.3.3.4.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
122
+ osi_dump-0.1.3.3.4.2.dist-info/entry_points.txt,sha256=ozm5sIBtXzLv6_FiUe26v1BgA3_xUReGLPhKQKZ56wQ,46
123
+ osi_dump-0.1.3.3.4.2.dist-info/top_level.txt,sha256=OtAAwmJfcoPvlw_Cemo_H1aXIGV_7w0O2941KQt6faQ,9
124
+ osi_dump-0.1.3.3.4.2.dist-info/RECORD,,