meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / stx-puppet / 0008-puppet-manifests-keystone-include-platform-client.patch
diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/stx-puppet/0008-puppet-manifests-keystone-include-platform-client.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/stx-puppet/0008-puppet-manifests-keystone-include-platform-client.patch
new file mode 100644 (file)
index 0000000..3716d06
--- /dev/null
@@ -0,0 +1,25 @@
+From 27eefdede1dc6e45704a14480c79585e66b7939e Mon Sep 17 00:00:00 2001
+From: Jackie Huang <jackie.huang@windriver.com>
+Date: Thu, 26 Mar 2020 10:17:20 +0800
+Subject: [PATCH] keystone: include ::platform::client
+
+Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
+---
+ puppet-manifests/src/modules/openstack/manifests/keystone.pp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/puppet-manifests/src/modules/openstack/manifests/keystone.pp b/puppet-manifests/src/modules/openstack/manifests/keystone.pp
+index 1cb65bc..837e551 100644
+--- a/puppet-manifests/src/modules/openstack/manifests/keystone.pp
++++ b/puppet-manifests/src/modules/openstack/manifests/keystone.pp
+@@ -333,6 +333,7 @@ class openstack::keystone::server::runtime {
+ class openstack::keystone::endpoint::runtime {
+   if str2bool($::is_controller_active) {
++    include ::platform::client
+     include ::keystone::endpoint
+     include ::sysinv::keystone::auth
+-- 
+2.7.4
+