← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1313375] [NEW] Hypervisor uptime not relevant for VCDriver

 

Public bug reported:

The uptime feature is not implemented in the VCDriver. Since the
VCDriver extends the ESX Driver, the implementation of ESX Driver gets
invoked whenever the uptime API is called for a cluster.

The ESX Driver returns this message when the uptime api is invoked.
'Please refer to %s for the uptime' % CONF.vmware.host_ip

This message is not relevant for the VCDriver.

Also the VCenter does not provide uptime for clusters.

Hence the correct implementation for this API is to return 
NotImplementedError

** Affects: nova
     Importance: Undecided
     Assignee: Sagar Ratnakara Nikam (sagar-r-nikam)
         Status: New


** Tags: vmware

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1313375

Title:
  Hypervisor uptime not relevant for VCDriver

Status in OpenStack Compute (Nova):
  New

Bug description:
  The uptime feature is not implemented in the VCDriver. Since the
  VCDriver extends the ESX Driver, the implementation of ESX Driver gets
  invoked whenever the uptime API is called for a cluster.

  The ESX Driver returns this message when the uptime api is invoked.
  'Please refer to %s for the uptime' % CONF.vmware.host_ip

  This message is not relevant for the VCDriver.

  Also the VCenter does not provide uptime for clusters.

  Hence the correct implementation for this API is to return 
  NotImplementedError

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1313375/+subscriptions


Follow ups

References