From d973fac6640b519b21561301932ff5a904605c2f Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 26 Mar 2019 08:07:26 +0000 Subject: [PATCH] Update git submodules * Update devstack from branch 'master' - Merge "Set ownership of /etc/pki/ files for TLS" - Set ownership of /etc/pki/ files for TLS OpenSSL 1.0.2 generates key files with default permissions: 644 and the files are copied to the /etc/pki/* directories with sudo. When the default CI node Ubuntu version was changed from Xenial => Bionic we changed from OpenSSL 1.0.2 => 1.1.0. And OpenSSL 1.1.0 generates key files with default permissions: 600. When we copy the key file to /etc/pki/* using sudo, it becomes owned by root and then the console-related users are unable to read it. This sets the ownership of the /etc/pki/ files to the user:group intended to read them. Closes-Bug: #1819794 Change-Id: I437a46c875cf633272e8cad0811e5557f2ac3641 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 18d1dc99b7..8bdbf85096 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 18d1dc99b75d27f321e4789f2ba8961d4cc165a2 +Subproject commit 8bdbf850967b90ebdca428247bb93ad2eb6478c0