Horizon Dockerfile.j2 is missing configuration

Bug #1487028 reported by Mick Thompson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
High
Mick Thompson

Bug Description

Horizon Dockerfile is missing the following configuration in the source section:

  cp -r /horizon/openstack_dashboard /usr/share/openstack-dashboard/ \
  cp /horizon/openstack_dashboard/local/local_settings.py.example /etc/openstack-dashboard/local_settings \
  ln -s /etc/openstack-dashboard/local_settings /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py \
  cp /horizon/manage.py /usr/share/openstack-dashboard \

Changed in kolla:
assignee: nobody → Mick Thomspon (michael-a-thompson)
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/215511

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

Reviewed: https://review.openstack.org/215511
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=37283874d07ffb19bc1717faf85fa80c0c230f39
Submitter: Jenkins
Branch: master

commit 37283874d07ffb19bc1717faf85fa80c0c230f39
Author: Mick Thompson <email address hidden>
Date: Thu Aug 20 14:17:49 2015 +0100

    Added missing configuration to horizon docker template.

    Added missing copy and link commands:
     && cp -r /horizon/openstack_dashboard /usr/share/openstack-dashboard/ \
     && cp /horizon/openstack_dashboard/local/local_settings.py.example \
         /etc/openstack-dashboard/local_settings \
     && ln -s /etc/openstack-dashboard/local_settings \
         /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py \
     && cp /horizon/manage.py /usr/share/openstack-dashboard \
     && python /usr/share/openstack-dashboard/manage.py collectstatic --noinput \

    Changed 'mkdir -p /usr/share/openstack-dashboard/static' to 'mkdir -p /usr/share/openstack-dashboard'

    Change-Id: Ia79c43d771ab2b3628112a9c4d0e6bb2d3348f4f
    Closes-Bug: 1487028

Changed in kolla:
status: In Progress → Fix Committed
Steven Dake (sdake)
Changed in kolla:
milestone: none → liberty-rc1
importance: Undecided → High
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.