forked from TrueCloudLab/frostfs-testlib
Remove neoFS from comments and __doc__
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
adb06aa158
commit
ad8fd930c8
5 changed files with 10 additions and 10 deletions
|
@ -11,9 +11,9 @@ class DiskInfo(dict):
|
|||
|
||||
|
||||
class Host(ABC):
|
||||
"""Interface of a host machine where neoFS services are running.
|
||||
"""Interface of a host machine where frostFS services are running.
|
||||
|
||||
Allows to manage the machine and neoFS services that are hosted on it.
|
||||
Allows to manage the machine and frostFS services that are hosted on it.
|
||||
"""
|
||||
|
||||
def __init__(self, config: HostConfig) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue