Skip to content

Commit

Permalink
chore: improve service_id for osd spec
Browse files Browse the repository at this point in the history
ricolin committed Dec 1, 2023
1 parent 041f0b2 commit c0f3ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/osd/templates/osd_spec.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
service_type: osd
service_id: "default_drive_group-{{ inventory_hostname_short }}"
service_id: "{{ inventory_hostname_short }}"
placement:
hosts:
- "{{ inventory_hostname_short }}"

0 comments on commit c0f3ac9

Please sign in to comment.