Comment 4 for bug 1155498

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

Reviewed: https://review.openstack.org/24867
Committed: http://github.com/openstack/nova/commit/69ba48960aeea0173fddba42529ceb5543e4a172
Submitter: Jenkins
Branch: stable/folsom

commit 69ba48960aeea0173fddba42529ceb5543e4a172
Author: Fei Long Wang <email address hidden>
Date: Mon Mar 18 12:37:30 2013 +0800

    Fixes PowerVM spawn failed as missing attr supported_instances

    During test in a cross-hypervisor environment (KVM+PowerVM), user will run
    into an issue during deploying an instance for Power host by PowerVM driver,
    though the property "hypervisor_type" for the PowerVM image have been
    configured. Since the _update_host_stats of PowerVM driver missing the
    attribute "supported_instances".

    Fixes bug: 1155498

    Change-Id: I81259d153a7b5ae35747e57c53b14e0075d28d78
    (cherry picked from commit ecab528830a294881569aa20a6e07c9bb65ce460)