Merge "Use ironic-agent for source-repositories"

This commit is contained in:
Jenkins 2015-12-09 23:18:58 +00:00 committed by Gerrit Code Review
commit a95b96f57f
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# backwards compatability with the previous environment
# 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

View File

@ -1 +1 @@
agent git /tmp/ironic-python-agent https://git.openstack.org/openstack/ironic-python-agent
ironic-agent git /tmp/ironic-python-agent https://git.openstack.org/openstack/ironic-python-agent