ovs-dpdkctl.sh syntax error

Bug #1770045 reported by johjuhyun
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-ansible
Fix Released
Undecided
johjuhyun

Bug Description

In ovs-dpdkctl.sh, syntax is wrong so some if-else part doesn't work properly.
Threrfore modification is required.

[Before changing]
if [[ is_redhat_family == 0 ]]; then

[After chaning]
if [[ $(is_redhat_family) == 0 ]]; then

johjuhyun (juhyun-joh)
Changed in kolla-ansible:
assignee: nobody → johjuhyun (juhyun-joh)
Changed in kolla-ansible:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.openstack.org/566776
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=6f398cefb6b9ab33ec3ad4fc068f6316aab94d7b
Submitter: Zuul
Branch: master

commit 6f398cefb6b9ab33ec3ad4fc068f6316aab94d7b
Author: johjuhyun <email address hidden>
Date: Tue May 8 11:44:05 2018 +0900

    ovs-dpdkctl.sh syntax error

    ovs-dpdkctl.sh doesn't work properly

    Closes-Bug: #1770045
    Change-Id: Ia450553296f7613f4883b79e9dd1eb3bc950e9c6
    Signed-off-by: johjuhyun <email address hidden>

Changed in kolla-ansible:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 7.0.0.0b3

This issue was fixed in the openstack/kolla-ansible 7.0.0.0b3 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.