From 0c2f80ebe04033573b97295efadfbb16bbe59b72 Mon Sep 17 00:00:00 2001 From: zulcss Date: Fri, 4 Mar 2022 13:07:11 +0000 Subject: [PATCH] debian: Add missing public.py It was unwittingly dropped in the last update, needed for unlock. Story: 2009101 Task: 43770 Signed-off-by: Chuck Short Change-Id: I4fb815f722ad5b85c553612b34f57849c9ba874d --- .../deb_patches/0001-Add-stx-support.patch | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/openstack/keystone/debian/deb_patches/0001-Add-stx-support.patch b/openstack/keystone/debian/deb_patches/0001-Add-stx-support.patch index 939c4a28..2c259bb2 100644 --- a/openstack/keystone/debian/deb_patches/0001-Add-stx-support.patch +++ b/openstack/keystone/debian/deb_patches/0001-Add-stx-support.patch @@ -1,4 +1,4 @@ -From 129e40a0c304cc76d4841188a7700f3e5d049322 Mon Sep 17 00:00:00 2001 +From 6f55cd9922280ee5f4d119aa4a9924a51dea8068 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Tue, 15 Feb 2022 15:59:20 +0000 Subject: [PATCH] Add stx support @@ -12,13 +12,14 @@ Signed-off-by: Charles Short debian/keystone.install | 4 + debian/keystone.logrotate | 8 - debian/keystone.postinst.in | 10 +- + debian/python3-keystone.install | 1 + debian/rules | 6 + debian/stx/keystone-all | 156 ++++++++++++++++++ debian/stx/keystone-fernet-keys-rotate-active | 64 +++++++ debian/stx/keystone.service | 14 ++ debian/stx/password-rules.conf | 34 ++++ debian/stx/public.py | 21 +++ - 11 files changed, 303 insertions(+), 17 deletions(-) + 12 files changed, 304 insertions(+), 17 deletions(-) delete mode 100644 debian/keystone.logrotate create mode 100644 debian/stx/keystone-all create mode 100644 debian/stx/keystone-fernet-keys-rotate-active @@ -76,7 +77,7 @@ index 2709c72aa..000000000 -} \ No newline at end of file diff --git a/debian/keystone.postinst.in b/debian/keystone.postinst.in -index 207cbc22e..4aadd2161 100755 +index 207cbc22e..4b464a236 100755 --- a/debian/keystone.postinst.in +++ b/debian/keystone.postinst.in @@ -170,15 +170,7 @@ if [ "$1" = "configure" ] ; then @@ -96,6 +97,14 @@ index 207cbc22e..4aadd2161 100755 db_get keystone/create-admin-tenant if [ "$RET" = "true" ] ; then +diff --git a/debian/python3-keystone.install b/debian/python3-keystone.install +index 44d7fcb64..3c76ffb99 100644 +--- a/debian/python3-keystone.install ++++ b/debian/python3-keystone.install +@@ -1,2 +1,3 @@ + usr/bin/* + usr/lib/python3/* ++debian/stx/public.py usr/share/keystone diff --git a/debian/rules b/debian/rules index 3744142f9..f827d1b68 100755 --- a/debian/rules @@ -433,5 +442,5 @@ index 000000000..d3a29f3b3 + +application = wsgi_server.initialize_public_application() -- -2.32.0 +2.34.1