horizon config-external.sh has incorrect source & target

Bug #1478451 reported by Swapnil Kulkarni
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
High
Vikas Jain

Bug Description

in config-external.sh:

#!/bin/bash
SOURCE="/etc/openstack-dashboard/local_settings"
TARGET="/etc/openstack-dashboard/local_settings"
OWNER="horizon"
if [[ -f "$SOURCE" ]]; then
    cp $SOURCE $TARGET
    chown ${OWNER}: $TARGET
    chmod 0644 $TARGET
fi

Copying to itself

Changed in kolla:
importance: Undecided → High
assignee: nobody → Swapnil Kulkarni (coolsvap)
Steven Dake (sdake)
Changed in kolla:
milestone: none → liberty-3
assignee: Swapnil Kulkarni (coolsvap) → Vikas Jain (vikjain)
Steven Dake (sdake)
Changed in kolla:
status: New → Triaged
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/208570

Changed in kolla:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/208570
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=0128cf6ab6b26f31e170b61f38baeb17402b8ad4
Submitter: Jenkins
Branch: master

commit 0128cf6ab6b26f31e170b61f38baeb17402b8ad4
Author: Vikas Jain <email address hidden>
Date: Mon Aug 3 10:22:48 2015 -0700

    Fix incorrect config-external in horizon

    Horizon config-external.sh script has the same source and target.
    Corrected the code to operate like Nova does.

    Closes-bug: #1478451

    Change-Id: I80be730d41e126b8a43c24c5eb87dfe68ffddb48

Changed in kolla:
status: In Progress → Fix Committed
Sam Yaple (s8m)
Changed in kolla:
status: Fix Committed → Fix Released
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.