2017-05-31 04:16:17 +00:00
|
|
|
# backwards compatibility with the previous environment
|
2015-10-09 13:39:14 +00:00
|
|
|
# variable for the ironic-agent source repository
|
|
|
|
if [ -n "${DIB_REPOREF_agent:-}" ]; then
|
|
|
|
echo "WARNING: DIB_REPOREF_agent is deprecated. Please update to use DIB_REPOREF_ironic_agent instead."
|
|
|
|
export DIB_REPOREF_ironic_agent=${DIB_REPOREF_agent}
|
|
|
|
fi
|