Use tag instead of branch name for ironic agent
branch 'stable/newton' was removed from ironic agent,
let's use tag 'newton-eol'
Change-Id: I3270192e404bdf51835c8241e4aaea81e56c302e
diff --git a/tcp_tests/templates/ironic_standalone/underlay--user-data-ironic.yaml b/tcp_tests/templates/ironic_standalone/underlay--user-data-ironic.yaml
index 23d5e37..b231ced 100644
--- a/tcp_tests/templates/ironic_standalone/underlay--user-data-ironic.yaml
+++ b/tcp_tests/templates/ironic_standalone/underlay--user-data-ironic.yaml
@@ -83,7 +83,7 @@
- apt-get install -y docker.io gzip uuid-runtime cpio findutils grep gnupg make
- service docker start
- git clone https://git.openstack.org/openstack/ironic-python-agent /tmp/ironic-python-agent
- - cd /tmp/ironic-python-agent/imagebuild/coreos; git checkout stable/newton; make
+ - cd /tmp/ironic-python-agent/imagebuild/coreos; git checkout newton-eol; make
- cp /tmp/ironic-python-agent/imagebuild/coreos/UPLOAD/coreos_production_pxe_image-oem.cpio.gz /httpboot/
- cp /tmp/ironic-python-agent/imagebuild/coreos/UPLOAD/coreos_production_pxe.vmlinuz /httpboot/
- chmod a+r /httpboot/coreos_production_pxe*