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-specify-full-path-to-openrc.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-keystone%2Fpuppet-keystone-specify-full-path-to-openrc.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=3073a3308283c066ac7e379d3ec98618d38e5ca8;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-keystone/puppet-keystone-specify-full-path-to-openrc.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-keystone/puppet-keystone-specify-full-path-to-openrc.patch deleted file mode 100644 index 3073a33..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-keystone/puppet-keystone-specify-full-path-to-openrc.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 3e976dc2357aa7a6f9a0352ff2a82e7203f28fba Mon Sep 17 00:00:00 2001 -From: "Sar Ashki, Babak" -Date: Wed, 8 Jan 2020 15:54:44 -0800 -Subject: [PATCH] puppet-keystone: specify full path to openrc - -issue 48: keystone endpoints cannot be populated properly - -Upstream-Status: Inappropriate [poky-stx specific] - ---- - manifests/deps.pp | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/manifests/deps.pp b/manifests/deps.pp -index 30c29528..d98154dd 100644 ---- a/manifests/deps.pp -+++ b/manifests/deps.pp -@@ -63,18 +63,25 @@ class keystone::deps { - # The following resources need to be provisioned after the service is up. - Anchor['keystone::service::end'] - -> Keystone_domain<||> -+ -> File['/etc/platform/openrc'] - Anchor['keystone::service::end'] - -> Keystone_endpoint<||> -+ -> File['/etc/platform/openrc'] - Anchor['keystone::service::end'] - -> Keystone_role<||> -+ -> File['/etc/platform/openrc'] - Anchor['keystone::service::end'] - -> Keystone_service<||> -+ -> File['/etc/platform/openrc'] - Anchor['keystone::service::end'] - -> Keystone_tenant<||> -+ -> File['/etc/platform/openrc'] - Anchor['keystone::service::end'] - -> Keystone_user<||> -+ -> File['/etc/platform/openrc'] - Anchor['keystone::service::end'] - -> Keystone_user_role<||> -+ -> File['/etc/platform/openrc'] - - # Installation or config changes will always restart services. - Anchor['keystone::install::end'] ~> Anchor['keystone::service::begin'] --- -2.23.0 -