Tech-Debt: Duplicate code in extend_start.sh
Bug #1546944 reported by
Éric Lemoine
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Wishlist
|
Éric Lemoine |
Bug Description
As reported by Sam Yaple in [*] the Heka work introduces duplicate code in extend_start.sh for the OpenStack services.
For example the content of nova-base/
if [[ ! -d "/var/log/
mkdir -p /var/log/kolla/nova
fi
if [[ $(stat -c %a /var/log/
chmod 755 /var/log/kolla/nova
fi
And nova-api/
Kolla should provide a way to avoid this duplicate code.
[*] <https:/
Changed in kolla: | |
importance: | Undecided → Wishlist |
milestone: | none → mitaka-3 |
status: | New → Triaged |
Changed in kolla: | |
status: | Triaged → Confirmed |
assignee: | nobody → elemoine (elemoine) |
Changed in kolla: | |
milestone: | mitaka-3 → mitaka-rc1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/283082
Review: https:/