Debian: Create /opt/branding directory

On CentOS the /opt/branding directory is created by horizon.
On Debian, it will now be created the same way.

The directory needs to exist on both environments to provide
parity. Other applications like backup and restore expect
this directory to exist.

Test Plan:
  Build/Install/Bootstrap AIO-SX on Debian
  Verify /opt/branding directory exists

Story: 2010165
Task: 45877
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I141d62e90161dcaea72d5245814827518326b05b
This commit is contained in:
Al Bailey 2022-07-25 14:39:42 +00:00
parent 889b63b3e2
commit df17997230
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
From f6e57a8c93d4669698d86ac53e0dc57e794725a1 Mon Sep 17 00:00:00 2001
From: Al Bailey <al.bailey@windriver.com>
Date: Fri, 22 Jul 2022 19:18:44 +0000
Subject: [PATCH 3/3] Create /opt/branding as part of install
---
debian/openstack-dashboard.dirs | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/openstack-dashboard.dirs b/debian/openstack-dashboard.dirs
index cb229b2..ef69f56 100644
--- a/debian/openstack-dashboard.dirs
+++ b/debian/openstack-dashboard.dirs
@@ -1,2 +1,3 @@
/etc/openstack-dashboard/local_settings.d
/usr/share/openstack-dashboard
+/opt/branding
--
2.30.2

View File

@ -1,2 +1,3 @@
0001-install-extra-files.patch
0002-Horizon-service-not-enabled-active-in-SM.patch
0003-Create-opt-branding-as-part-of-install.patch