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%2F0008-params.pp-fix-the-service-name-of-openstack-keystone.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-keystone%2F0008-params.pp-fix-the-service-name-of-openstack-keystone.patch;h=da652f2492c5db62151c8fa1febd7e772ce66f12;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-keystone/0008-params.pp-fix-the-service-name-of-openstack-keystone.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-keystone/0008-params.pp-fix-the-service-name-of-openstack-keystone.patch new file mode 100644 index 0000000..da652f2 --- /dev/null +++ b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-keystone/0008-params.pp-fix-the-service-name-of-openstack-keystone.patch @@ -0,0 +1,26 @@ +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 + +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 +