From 2a33b3ab3448a293880f5db87fece3f17bd81a6c Mon Sep 17 00:00:00 2001 From: Max Bridges Date: Wed, 5 Jun 2024 11:26:55 -0400 Subject: [PATCH] Update ShiftStack apiVersion in examples Per OCPBUGS-34946 --- modules/installation-osp-setting-worker-affinity.adoc | 2 +- modules/machineset-yaml-osp-sr-iov-port-security.adoc | 2 +- modules/machineset-yaml-osp-sr-iov.adoc | 2 +- modules/machineset-yaml-osp.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/installation-osp-setting-worker-affinity.adoc b/modules/installation-osp-setting-worker-affinity.adoc index 8f369b0298..cdef531a84 100644 --- a/modules/installation-osp-setting-worker-affinity.adoc +++ b/modules/installation-osp-setting-worker-affinity.adoc @@ -79,7 +79,7 @@ spec: spec: providerSpec: value: - apiVersion: openstackproviderconfig.openshift.io/v1alpha1 + apiVersion: machine.openshift.io/v1alpha1 cloudName: openstack cloudsSecret: name: openstack-cloud-credentials diff --git a/modules/machineset-yaml-osp-sr-iov-port-security.adoc b/modules/machineset-yaml-osp-sr-iov-port-security.adoc index a6a35ef5b0..149244158a 100644 --- a/modules/machineset-yaml-osp-sr-iov-port-security.adoc +++ b/modules/machineset-yaml-osp-sr-iov-port-security.adoc @@ -47,7 +47,7 @@ spec: metadata: {} providerSpec: value: - apiVersion: openstackproviderconfig.openshift.io/v1alpha1 + apiVersion: machine.openshift.io/v1alpha1 cloudName: openstack cloudsSecret: name: openstack-cloud-credentials diff --git a/modules/machineset-yaml-osp-sr-iov.adoc b/modules/machineset-yaml-osp-sr-iov.adoc index 285d18adcd..6715fa59f6 100644 --- a/modules/machineset-yaml-osp-sr-iov.adoc +++ b/modules/machineset-yaml-osp-sr-iov.adoc @@ -47,7 +47,7 @@ spec: metadata: providerSpec: value: - apiVersion: openstackproviderconfig.openshift.io/v1alpha1 + apiVersion: machine.openshift.io/v1alpha1 cloudName: openstack cloudsSecret: name: openstack-cloud-credentials diff --git a/modules/machineset-yaml-osp.adoc b/modules/machineset-yaml-osp.adoc index c9c6f15180..dc1055c4a8 100644 --- a/modules/machineset-yaml-osp.adoc +++ b/modules/machineset-yaml-osp.adoc @@ -74,7 +74,7 @@ ifdef::infra[] endif::infra[] providerSpec: value: - apiVersion: openstackproviderconfig.openshift.io/v1alpha1 + apiVersion: machine.openshift.io/v1alpha1 cloudName: openstack cloudsSecret: name: openstack-cloud-credentials