X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-keystone%2Fpuppet-keystone-params.pp-fix-the-service-name.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-keystone%2Fpuppet-keystone-params.pp-fix-the-service-name.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=3fb032517491f108962dceb07c6771c3c0b39b58;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-keystone/puppet-keystone-params.pp-fix-the-service-name.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-keystone/puppet-keystone-params.pp-fix-the-service-name.patch deleted file mode 100644 index 3fb0325..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-keystone/puppet-keystone-params.pp-fix-the-service-name.patch +++ /dev/null @@ -1,28 +0,0 @@ -From dc2512633a9552272acfcc180ddc86c621b51313 Mon Sep 17 00:00:00 2001 -From: Jackie Huang -Date: Wed, 11 Mar 2020 11:12:34 +0800 -Subject: [PATCH] params.pp: fix the service name of openstack-keystone - -Upstream-Status: Inappropriate [poky-stx specific] - -Signed-off-by: Jackie Huang ---- - manifests/params.pp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/manifests/params.pp b/manifests/params.pp -index 0d61acf..590e02b 100644 ---- a/manifests/params.pp -+++ b/manifests/params.pp -@@ -11,7 +11,7 @@ class keystone::params { - case $::osfamily { - 'Debian': { - $package_name = 'keystone' -- $service_name = 'keystone' -+ $service_name = 'openstack-keystone' - $keystone_wsgi_script_path = '/usr/lib/cgi-bin/keystone' - $python_memcache_package_name = 'python-memcache' - $mellon_package_name = 'libapache2-mod-auth-mellon' --- -2.7.4 -