Comment 5 for bug 1274129

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/72143
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c815ce12bae083d15de1695fa63ca729091dce72
Submitter: Jenkins
Branch: master

commit c815ce12bae083d15de1695fa63ca729091dce72
Author: Gary Kotton <email address hidden>
Date: Sun Feb 9 06:39:40 2014 -0800

    VMware: bug fix for host operations when using VMwareVCDriver

    Currently the driver does not have a mapping between a Nova 'host'
    and a VMware 'cluster'. A host operation would update the state of
    one of the hosts in one of the configured clusters.

    The solution is for the driver to raise a NotImplemented exception.

    Change-Id: Idd78020374a6fe2d34bf8d860c30e2ed8c719903
    Closes-bug: #1274129