
Take a publisher ID and match it for mounting configuration drives to prevent the wrong device from being used. Change-Id: Iafa77d9213eba864ca6dfa2d56d294e6ef4d2cd4
14 lines
284 B
Desktop File
14 lines
284 B
Desktop File
[Unit]
|
|
Description=Ironic agent config drive setup
|
|
Wants=network-pre.target
|
|
Before=network-pre.target
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
ExecStart=/bin/bash /usr/local/bin/ironic-python-agent-resolve-configdrive.sh
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|