Comment 2 for bug 1745502

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

Reviewed: https://review.openstack.org/538472
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=45442821d0864d89c78236af00abf6c8f0711053
Submitter: Zuul
Branch: master

commit 45442821d0864d89c78236af00abf6c8f0711053
Author: Akihiro Motoki <email address hidden>
Date: Sun Jan 28 02:19:44 2018 +0900

    Use nova os-services to retrieve host list

    novaclient version 10 has dropped the support for novaclient.v2.hosts.
    os-aggregates and migrateLive APIs expects host from os-services,
    so this commit retrieves host list from os-services API.

    Change-Id: I5ec007ab1f244ca8caee1eb7b5d4262ac6c32171
    Closes-Bug: #1745502