Skip to content

Commit

Permalink
Remove XenAPI driver deprecation warning log message
Browse files Browse the repository at this point in the history
This reverts commit 8404694. CI has
been running for XenAPI and all requirements have been met such that we
will not be removing XenAPI.

Change-Id: I544bb642fdd72aef28bcaf809c34d5db43ce0937
  • Loading branch information
comstud committed Mar 18, 2014
1 parent 5cdf602 commit c2891e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nova/virt/xenapi/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,6 @@ def host_state(self):
return self._host_state

def init_host(self, host):
LOG.warning(_('The xenapi driver does not meet the Nova project\'s '
'requirements for quality verification and is planned '
'for removal. This may change, but users should plan '
'accordingly. Additional details here: '
'https://wiki.openstack.org/wiki/HypervisorSupportMatrix'
'/DeprecationPlan'))
if CONF.xenserver.check_host:
vm_utils.ensure_correct_host(self._session)

Expand Down

0 comments on commit c2891e1

Please sign in to comment.