Comment 2 for bug 1695218

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

Reviewed: https://review.openstack.org/470208
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=8e9cd4d278971022a1e34cff351dccfce1a8081b
Submitter: Jenkins
Branch: master

commit 8e9cd4d278971022a1e34cff351dccfce1a8081b
Author: msimonin <email address hidden>
Date: Fri Jun 2 10:47:25 2017 +0200

    Fix nova fake driver support

    Recent code updates[1][2] broke the support for nova fake drivers.
    in [1], nova_services dict is introduce but the change is not refected
    in nova.conf.j2[3] when dealing with its elements.
    in [2], two typos make neutron handlers to fail.

    [1]: https://review.openstack.org/#/c/407416/
    [2]: https://review.openstack.org/#/c/424504/
    [3]:
    https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/templates/nova.conf.j2#L35

    Change-Id: Ie32c76c4c902f1d95a1b4c97f8cbdb7ab101e48b
    Closes-bug: #1695218