Skip to content

Commit

Permalink
Add relation between manila-ganesha and vault
Browse files Browse the repository at this point in the history
This relation is needed as confirmed by Alex Kavanagh in
https://bugs.launchpad.net/charm-manila-ganesha/+bug/2064487/comments/2
  • Loading branch information
drencrom committed May 24, 2024
1 parent 921dbec commit 9701da5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions openstack/pipeline/02configure
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ do
# since --ovn adds --vault as a dep.
if has_opt --vault || is_ml2_ovn; then
MOD_OVERLAYS+=( "openstack/vault-manila.yaml" )
MOD_OVERLAYS+=( "openstack/vault-manila-ganesha.yaml" )
fi
;;
--manila-ganesha-ha*)
Expand Down
2 changes: 2 additions & 0 deletions overlays/openstack/vault-manila-ganesha.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
relations:
- ['manila-ganesha:certificates', 'vault:certificates']

0 comments on commit 9701da5

Please sign in to comment.