Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 36681821 authored by Vladislav Belogrudov's avatar Vladislav Belogrudov
Browse files

Remove too many inventory levels for iscsid

This fix removes unnecessary deep nesting of host groups
for iscsid service in case of Ironic hosts.
Before: iscsid -> ironic-conductor -> ironic -> control
After:  iscsid -> ironic -> control

Change-Id: Ie5393368ecbd3830f0ca01233d7b4a8ba782619a
Closes-Bug: #1716935
parent b9bfe07d
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ freezer
[iscsid:children]
compute
storage
ironic-conductor
ironic
[tgtd:children]
storage
......
......@@ -335,7 +335,7 @@ freezer
[iscsid:children]
compute
storage
ironic-conductor
ironic
[tgtd:children]
storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment