pyegeria 5.3.3.dev2__py3-none-any.whl → 5.3.3.dev3__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.
- pyegeria/runtime_manager_omvs.py +2 -1
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev3.dist-info}/METADATA +1 -1
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev3.dist-info}/RECORD +6 -6
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev3.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev3.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.3.dev2.dist-info → pyegeria-5.3.3.dev3.dist-info}/entry_points.txt +0 -0
pyegeria/runtime_manager_omvs.py
CHANGED
@@ -53,7 +53,8 @@ class RuntimeManager(Client):
|
|
53
53
|
self.time_out = time_out
|
54
54
|
Client.__init__(self, view_server, platform_url, user_id, user_pwd, token=token)
|
55
55
|
self.runtime_command_root = f"{self.platform_url}/servers/{self.view_server}/api/open-metadata/runtime-manager"
|
56
|
-
self.platform_guid = "44bf319f-1e41-4da1-b771-2753b92b631a" # this is platform @ 9443 from the core content archive
|
56
|
+
# self.platform_guid = "44bf319f-1e41-4da1-b771-2753b92b631a" # this is platform @ 9443 from the core content archive
|
57
|
+
self.platform_guid = None
|
57
58
|
self.default_platform_name = (
|
58
59
|
"Default Local OMAG Server Platform" # this from the core content archive
|
59
60
|
)
|
@@ -223,14 +223,14 @@ pyegeria/my_profile_omvs.py,sha256=DyECbUFEcgokrIbzdMMNljC3bqfqKGXAF2wZEpzvRYs,3
|
|
223
223
|
pyegeria/platform_services.py,sha256=CJIOYIFEbcIGwdWlApAQcXxZTsdrhFtpJcm4O3p7dG0,41646
|
224
224
|
pyegeria/project_manager_omvs.py,sha256=Y7Lyqh4jIujJrr_Ub7feo904FN_uz4R10T4hKhqE1Uw,67499
|
225
225
|
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
226
|
-
pyegeria/runtime_manager_omvs.py,sha256=
|
226
|
+
pyegeria/runtime_manager_omvs.py,sha256=sZfxgM7zVfryVsun5GwDpUT5htap91ZoZLNU7wspWm4,79575
|
227
227
|
pyegeria/server_operations.py,sha256=PfH0wvWCOr43ezJAAXj7VEUdT0x_oTrfr0dzzQvcQk4,16766
|
228
228
|
pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-PjPqM,42425
|
229
229
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
230
230
|
pyegeria/valid_metadata_omvs.py,sha256=cCt5CCLv6BdzCu90n68r_PkG_PEQJjrtwCxio7K6yko,65034
|
231
231
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
232
|
-
pyegeria-5.3.3.
|
233
|
-
pyegeria-5.3.3.
|
234
|
-
pyegeria-5.3.3.
|
235
|
-
pyegeria-5.3.3.
|
236
|
-
pyegeria-5.3.3.
|
232
|
+
pyegeria-5.3.3.dev3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
233
|
+
pyegeria-5.3.3.dev3.dist-info/METADATA,sha256=wlUtBC2fK6jzLWmNVvp09mmWGXy7hxGbMDmwv86sbWY,2738
|
234
|
+
pyegeria-5.3.3.dev3.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
235
|
+
pyegeria-5.3.3.dev3.dist-info/entry_points.txt,sha256=sqVSCsr2oVnXtKTgRs5_F9OjbtexhmaXE330sO8V9bk,5873
|
236
|
+
pyegeria-5.3.3.dev3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|