Skip to content

Commit

Permalink
Merge pull request #276 from Akrog/fix-volume-nw-attachments
Browse files Browse the repository at this point in the history
Fix NetworkAttachments on Cinder Volume
  • Loading branch information
openshift-ci[bot] authored Oct 3, 2023
2 parents f8b2836 + 53d5a6e commit 07c67fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions controllers/cindervolume_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ func (r *CinderVolumeReconciler) reconcileNormal(ctx context.Context, instance *
serviceLabels := map[string]string{
common.AppSelector: cinder.ServiceName,
common.ComponentSelector: cindervolume.Component,
cindervolume.Backend: instance.Name[len(cindervolume.Component)+1:],
}

//
Expand Down
1 change: 1 addition & 0 deletions pkg/cindervolume/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ package cindervolume
const (
// Component -
Component = "cinder-volume"
Backend = "backend"
)

0 comments on commit 07c67fb

Please sign in to comment.