Comment 4 for bug 1630611

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

Reviewed: https://review.openstack.org/393323
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=93bd547631b24ebe98b2845721d6aa15fd81947d
Submitter: Jenkins
Branch: stable/newton

commit 93bd547631b24ebe98b2845721d6aa15fd81947d
Author: yatin <email address hidden>
Date: Thu Nov 3 19:12:56 2016 +0530

    Fix: k8s cluster creation with lb enabled/fip disabled

    Fixed creation of k8s cluster with enabled loadbalancer
    and disabled floating ip. This was caused because of wrong
    reference of heat resource in disable_floating_ip.yaml:-

    Wrong: Magnum::Optional::Neutron::Pool::FloatingIP
    Correct: Magnum::Optional::Neutron::FloatingIP

    Change-Id: I6ff1c43ab7f48b22b9f52ee09aa20284a28975b1
    Closes-Bug: #1630611