Skip to content

Commit

Permalink
remove disable
Browse files Browse the repository at this point in the history
  • Loading branch information
stuggi committed Dec 20, 2023
1 parent 1d7b2d2 commit 9f535e8
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 18 deletions.
3 changes: 0 additions & 3 deletions api/bases/nova.openstack.org_nova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions api/bases/nova.openstack.org_novaapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
3 changes: 0 additions & 3 deletions config/crd/bases/nova.openstack.org_nova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions config/crd/bases/nova.openstack.org_novaapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 9f535e8

Please sign in to comment.