Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-keystone / puppet-keystone-specify-full-path-to-openrc.patch
1 From 3e976dc2357aa7a6f9a0352ff2a82e7203f28fba Mon Sep 17 00:00:00 2001
2 From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
3 Date: Wed, 8 Jan 2020 15:54:44 -0800
4 Subject: [PATCH] puppet-keystone: specify full path to openrc
5
6 issue 48: keystone endpoints cannot be populated properly
7
8 Upstream-Status: Inappropriate [poky-stx specific]
9
10 ---
11  manifests/deps.pp | 7 +++++++
12  1 file changed, 7 insertions(+)
13
14 diff --git a/manifests/deps.pp b/manifests/deps.pp
15 index 30c29528..d98154dd 100644
16 --- a/manifests/deps.pp
17 +++ b/manifests/deps.pp
18 @@ -63,18 +63,25 @@ class keystone::deps {
19    # The following resources need to be provisioned after the service is up.
20    Anchor['keystone::service::end']
21    -> Keystone_domain<||>
22 +  -> File['/etc/platform/openrc']
23    Anchor['keystone::service::end']
24    -> Keystone_endpoint<||>
25 +  -> File['/etc/platform/openrc']
26    Anchor['keystone::service::end']
27    -> Keystone_role<||>
28 +  -> File['/etc/platform/openrc']
29    Anchor['keystone::service::end']
30    -> Keystone_service<||>
31 +  -> File['/etc/platform/openrc']
32    Anchor['keystone::service::end']
33    -> Keystone_tenant<||>
34 +  -> File['/etc/platform/openrc']
35    Anchor['keystone::service::end']
36    -> Keystone_user<||>
37 +  -> File['/etc/platform/openrc']
38    Anchor['keystone::service::end']
39    -> Keystone_user_role<||>
40 +  -> File['/etc/platform/openrc']
41  
42    # Installation or config changes will always restart services.
43    Anchor['keystone::install::end'] ~> Anchor['keystone::service::begin']
44 -- 
45 2.23.0
46