Add initial meta-stx to support StarlingX build
[pti/rtp.git] / meta-stx / recipes-support / puppet / files / puppet-keystone / 0006-workaround-Adjust-keystone-naming-to-poky.patch
1 From 5b6e47a7b1eb8c286e7c40479ba19131a2f696d7 Mon Sep 17 00:00:00 2001
2 From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
3 Date: Thu, 26 Dec 2019 12:00:31 -0800
4 Subject: [PATCH] workaround: Adjust keystone naming to poky
5
6 Issue 43:
7 In the puppet apply, openstack-keystone is used as the keystone package
8 name, but in yocto, the package name is 'keystone'.
9 ---
10  manifests/params.pp | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/manifests/params.pp b/manifests/params.pp
14 index 0d61acfb..b2bc44b1 100644
15 --- a/manifests/params.pp
16 +++ b/manifests/params.pp
17 @@ -18,7 +18,7 @@ class keystone::params {
18        $openidc_package_name         = 'libapache2-mod-auth-openidc'
19      }
20      'RedHat': {
21 -      $package_name                 = 'openstack-keystone'
22 +      $package_name                 = 'keystone'
23        $service_name                 = 'openstack-keystone'
24        $keystone_wsgi_script_path    = '/var/www/cgi-bin/keystone'
25        $python_memcache_package_name = 'python-memcached'
26 -- 
27 2.23.0
28