Merge "Modify some comments for virt driver"

This commit is contained in:
Jenkins 2017-07-19 21:43:30 +00:00 committed by Gerrit Code Review
commit 7fa8eeefdf
1 changed files with 2 additions and 3 deletions

View File

@ -441,7 +441,7 @@ class ComputeDriver(object):
raise NotImplementedError()
def get_host_ip_addr(self):
"""Retrieves the IP address of the dom0
"""Retrieves the IP address of the host running compute service
"""
# TODO(Vek): Need to pass context in for access to auth_token
raise NotImplementedError()
@ -1173,8 +1173,7 @@ class ComputeDriver(object):
raise NotImplementedError()
def get_host_uptime(self):
"""Returns the result of calling the Linux command `uptime` on this
host.
"""Returns the result of the time since start up of this hypervisor.
:return: A text which contains the uptime of this host since the
last boot.