Skip to content

Commit

Permalink
Temporarily add ServiceNameOvnNorthd and ServiceNameOvnController
Browse files Browse the repository at this point in the history
These are used in openstack-operator tree. We'll remove them once
openstack-operator switches to the new upper cased symbols.
  • Loading branch information
booxter committed Jun 5, 2024
1 parent 45c49c8 commit f4215f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1beta1/ovncontroller_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ const (

// ServiceNameOVNController - ovn-controller service name
ServiceNameOVNController = "ovn-controller"
// TODO: remove when all external consumers switch to ServiceNameOVNController
ServiceNameOvnController = "ovn-controller"

// ServiceNameOVS - ovn-controller-ovs service name
ServiceNameOVS = "ovn-controller-ovs"
Expand Down
2 changes: 2 additions & 0 deletions api/v1beta1/ovnnorthd_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const (
OVNNorthdContainerImage = "quay.io/podified-antelope-centos9/openstack-ovn-northd:current-podified"
// ServiceNameOVNNorthd -
ServiceNameOVNNorthd = "ovn-northd"
// TODO: remove when all external consumers switch to ServiceNameOVNNorthd
ServiceNameOvnNorthd = "ovn-northd"
)

// OVNNorthdSpec defines the desired state of OVNNorthd
Expand Down

0 comments on commit f4215f8

Please sign in to comment.