Comment 2 for bug 1812878

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

Reviewed: https://review.openstack.org/632510
Committed: https://git.openstack.org/cgit/openstack/kuryr-kubernetes/commit/?id=6f86bc13c129cd9ea099ab81209e110c06ddbbd0
Submitter: Zuul
Branch: master

commit 6f86bc13c129cd9ea099ab81209e110c06ddbbd0
Author: hyunsikYang <email address hidden>
Date: Wed Jan 23 01:24:11 2019 +0900

    Fixed variables error with 'public-subnet'

    The current OpenStack Tacker project uses Kuryr-Kubernetes as a network.
    When installing Kubernetes VIM through Devstack, the subnet name must be
    changed according to the option.
    However, currently, it is a fixed value so that it occurs error.
    To prevent this, you need to modify the current fixed value as a variable.

    Change-Id: I5c122adb6999d9761f97d52222999a2ac50eff39
    Closes-Bug:#1812878
    Related-Bug:#1812766