[#171] Components versions check

Components versions check

Signed-off-by: Mikhail Kadilov m.kadilov@yadro.com
This commit is contained in:
Mikhail Kadilov 2024-01-31 15:43:24 +03:00 committed by Andrey Berezin
parent 6caa77dedf
commit 8ba2cb8030
3 changed files with 9 additions and 17 deletions

View file

@ -18,11 +18,3 @@ class ConfigAttributes:
UN_LOCODE = "un_locode"
HTTP_HOSTNAME = "http_hostname"
S3_HOSTNAME = "s3_hostname"
class _FrostfsServicesNames:
STORAGE = "s"
S3_GATE = "s3-gate"
HTTP_GATE = "http-gate"
MORPH_CHAIN = "morph-chain"
INNER_RING = "ir"