From 9f535e890eaa3cec134eb06d0f1c6d3ca3c816c6 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Wed, 20 Dec 2023 11:27:00 +0100 Subject: [PATCH] remove disable --- api/bases/nova.openstack.org_nova.yaml | 3 --- api/bases/nova.openstack.org_novaapis.yaml | 3 --- api/go.mod | 2 +- api/go.sum | 4 ++-- config/crd/bases/nova.openstack.org_nova.yaml | 3 --- config/crd/bases/nova.openstack.org_novaapis.yaml | 3 --- go.mod | 2 +- go.sum | 4 ++-- 8 files changed, 6 insertions(+), 18 deletions(-) diff --git a/api/bases/nova.openstack.org_nova.yaml b/api/bases/nova.openstack.org_nova.yaml index e4c1081a5..7fe1fbb3c 100644 --- a/api/bases/nova.openstack.org_nova.yaml +++ b/api/bases/nova.openstack.org_nova.yaml @@ -332,9 +332,6 @@ spec: api: description: API tls type which encapsulates for API services properties: - disabled: - description: Disabled TLS for the deployment of the service - type: boolean internal: description: Internal GenericService - holds the secret for the internal endpoint diff --git a/api/bases/nova.openstack.org_novaapis.yaml b/api/bases/nova.openstack.org_novaapis.yaml index 15c977a4e..ef45bc78b 100644 --- a/api/bases/nova.openstack.org_novaapis.yaml +++ b/api/bases/nova.openstack.org_novaapis.yaml @@ -389,9 +389,6 @@ spec: api: description: API tls type which encapsulates for API services properties: - disabled: - description: Disabled TLS for the deployment of the service - type: boolean internal: description: Internal GenericService - holds the secret for the internal endpoint diff --git a/api/go.mod b/api/go.mod index f13186342..4f0fb7380 100644 --- a/api/go.mod +++ b/api/go.mod @@ -71,4 +71,4 @@ replace github.com/openshift/api => github.com/openshift/api v0.0.0-202304141430 //replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/deydra71/lib-common/modules/common v0.0.0-20231213134015-7e9e5e1dca40 //replace github.com/openstack-k8s-operators/lib-common/modules/common => /home/mschuppe/src/github.com/openstack-k8s-operators/lib-common/modules/common -replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/stuggi/lib-common/modules/common v0.0.0-20231214125355-aa1c8b95a5fa +replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/stuggi/lib-common/modules/common v0.0.0-20231220101212-e0281ca4f62d diff --git a/api/go.sum b/api/go.sum index 76a0b0903..af6438a27 100644 --- a/api/go.sum +++ b/api/go.sum @@ -275,8 +275,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -github.com/stuggi/lib-common/modules/common v0.0.0-20231214125355-aa1c8b95a5fa h1:BgbgPgxej6qOvT6V8Vtw4n/fUXE2S2s+UE0I4kaeIPM= -github.com/stuggi/lib-common/modules/common v0.0.0-20231214125355-aa1c8b95a5fa/go.mod h1:9n2nMFDiV5hGZHKr81aTAOHUoAxvEKivHeWCXFRJEZ4= +github.com/stuggi/lib-common/modules/common v0.0.0-20231220101212-e0281ca4f62d h1:spQqZUmRhJ9hilXnX/Sgpjur+z1+sWD2qoHZECzZdWU= +github.com/stuggi/lib-common/modules/common v0.0.0-20231220101212-e0281ca4f62d/go.mod h1:YgWd1xXF9VgsfPIwkCv3Q0j2akpnojs9zgso87tvCXY= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= diff --git a/config/crd/bases/nova.openstack.org_nova.yaml b/config/crd/bases/nova.openstack.org_nova.yaml index e4c1081a5..7fe1fbb3c 100644 --- a/config/crd/bases/nova.openstack.org_nova.yaml +++ b/config/crd/bases/nova.openstack.org_nova.yaml @@ -332,9 +332,6 @@ spec: api: description: API tls type which encapsulates for API services properties: - disabled: - description: Disabled TLS for the deployment of the service - type: boolean internal: description: Internal GenericService - holds the secret for the internal endpoint diff --git a/config/crd/bases/nova.openstack.org_novaapis.yaml b/config/crd/bases/nova.openstack.org_novaapis.yaml index 15c977a4e..ef45bc78b 100644 --- a/config/crd/bases/nova.openstack.org_novaapis.yaml +++ b/config/crd/bases/nova.openstack.org_novaapis.yaml @@ -389,9 +389,6 @@ spec: api: description: API tls type which encapsulates for API services properties: - disabled: - description: Disabled TLS for the deployment of the service - type: boolean internal: description: Internal GenericService - holds the secret for the internal endpoint diff --git a/go.mod b/go.mod index 629c79d17..20fc7a1e2 100644 --- a/go.mod +++ b/go.mod @@ -90,6 +90,6 @@ replace github.com/openstack-k8s-operators/nova-operator/api => ./api replace github.com/openshift/api => github.com/openshift/api v0.0.0-20230414143018-3367bc7e6ac7 //allow-merging //replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/deydra71/lib-common/modules/common v0.0.0-20231213134015-7e9e5e1dca40 -replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/stuggi/lib-common/modules/common v0.0.0-20231214125355-aa1c8b95a5fa +replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/stuggi/lib-common/modules/common v0.0.0-20231220101212-e0281ca4f62d //replace github.com/openstack-k8s-operators/lib-common/modules/common => /home/mschuppe/src/github.com/openstack-k8s-operators/lib-common/modules/common diff --git a/go.sum b/go.sum index a8ec75700..18d155b69 100644 --- a/go.sum +++ b/go.sum @@ -300,8 +300,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= -github.com/stuggi/lib-common/modules/common v0.0.0-20231214125355-aa1c8b95a5fa h1:BgbgPgxej6qOvT6V8Vtw4n/fUXE2S2s+UE0I4kaeIPM= -github.com/stuggi/lib-common/modules/common v0.0.0-20231214125355-aa1c8b95a5fa/go.mod h1:9n2nMFDiV5hGZHKr81aTAOHUoAxvEKivHeWCXFRJEZ4= +github.com/stuggi/lib-common/modules/common v0.0.0-20231220101212-e0281ca4f62d h1:spQqZUmRhJ9hilXnX/Sgpjur+z1+sWD2qoHZECzZdWU= +github.com/stuggi/lib-common/modules/common v0.0.0-20231220101212-e0281ca4f62d/go.mod h1:YgWd1xXF9VgsfPIwkCv3Q0j2akpnojs9zgso87tvCXY= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=