Skip to content

Commit

Permalink
Remove leftover image default for nova-conductor in cell
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkisaolamb committed Nov 17, 2023
1 parent 6d3c8ea commit 7e1028e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions api/bases/nova.openstack.org_nova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ spec:
unused.
type: string
conductorServiceTemplate:
default:
containerImage: quay.io/podified-antelope-centos9/openstack-nova-conductor:current-podified
description: ConductorServiceTemplate - defines the cell conductor
deployment for the cell.
properties:
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/novacell_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ type NovaCellTemplate struct {
NodeSelector map[string]string `json:"nodeSelector,omitempty"`

// +kubebuilder:validation:Optional
// +kubebuilder:default={containerImage: "quay.io/podified-antelope-centos9/openstack-nova-conductor:current-podified"}
// ConductorServiceTemplate - defines the cell conductor deployment for the cell.
ConductorServiceTemplate NovaConductorTemplate `json:"conductorServiceTemplate"`

Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/nova.openstack.org_nova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ spec:
unused.
type: string
conductorServiceTemplate:
default:
containerImage: quay.io/podified-antelope-centos9/openstack-nova-conductor:current-podified
description: ConductorServiceTemplate - defines the cell conductor
deployment for the cell.
properties:
Expand Down

0 comments on commit 7e1028e

Please sign in to comment.