Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Glance: Fix wrong format of depeneds_on key
Browse files Browse the repository at this point in the history
The depends_on key should take a list, instead of a string. This fixes
the wrong format introduced by [1]

[1] 88e5104.

Change-Id: Ie25abff2cc6d8c8ab1802339b407a5aa4589a666
  • Loading branch information
kajinamit committed Dec 6, 2022
1 parent 402855b commit fdf6031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/glance/glance-api-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ outputs:
- or:
- {get_param: GlanceNfsEnabled}
- {get_param: GlanceNetappNfsEnabled}
- var-lib-glance-images.mount
- - var-lib-glance-images.mount
healthcheck:
test: /openstack/healthcheck
volumes: *glance_volumes
Expand Down

0 comments on commit fdf6031

Please sign in to comment.