Skip to content

Commit

Permalink
Merge pull request #103 from cschwede/fix-networkattachment
Browse files Browse the repository at this point in the history
Fix networkattachment config
  • Loading branch information
openshift-merge-bot[bot] authored Feb 1, 2024
2 parents 5cc95b7 + 91e34c7 commit 010c730
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ X-Openstack-Request-Id: txbb13222da0d94527a7101-00649551fc
- [ ] Replace simple rebalance script with a smarter Python-based tool
- [ ] Refactor conf file copying, Secret and ConfigMap usage
- [ ] Use Kolla
- [ ] Support Network isolation

## License

Expand Down
2 changes: 1 addition & 1 deletion controllers/swift_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func (r *SwiftReconciler) proxyCreateOrUpdate(ctx context.Context, instance *swi
PasswordSelectors: instance.Spec.SwiftProxy.PasswordSelectors,
SwiftConfSecret: instance.Spec.SwiftConfSecret,
Override: instance.Spec.SwiftProxy.Override,
NetworkAttachments: instance.Spec.SwiftStorage.NetworkAttachments,
NetworkAttachments: instance.Spec.SwiftProxy.NetworkAttachments,
MemcachedServers: memcachedServers,
}

Expand Down

0 comments on commit 010c730

Please sign in to comment.