From baadf62635f64a1f5b87c3b71c16d97c662253e5 Mon Sep 17 00:00:00 2001
From: Julia Kreger <juliaashleykreger@gmail.com>
Date: Tue, 11 Feb 2020 07:24:44 -0800
Subject: [PATCH] [docs] Change CoreOS URLs to Centos URLs fir IPA

The ironic-python-agent coreos images are unsupported and are
anticipated to be removed from the tarballs.openstack.org site.

In advance of this, we need to remove references to these images.

Change-Id: Ifb402418d7962cf507b190e028a59b94ad5d46ac
---
 doc/source/configuration/ironic-python-agent.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/source/configuration/ironic-python-agent.rst b/doc/source/configuration/ironic-python-agent.rst
index c79b94189..a6b48297b 100644
--- a/doc/source/configuration/ironic-python-agent.rst
+++ b/doc/source/configuration/ironic-python-agent.rst
@@ -192,8 +192,8 @@ Agent documentation <>` for full details.
     ``ipa.vmlinuz``.
 ``ipa_kernel_upstream_url``
     URL of Ironic deployment kernel image to download. Default is
-    ``https://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe{{
-    ipa_images_upstream_url_suffix }}.vmlinuz``.
+    ``https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos7{{
+    ipa_images_upstream_url_suffix }}.kernel``.
 ``ipa_kernel_checksum_url``
     URL of checksum of Ironic deployment kernel image. Default is ``{{
     ipa_kernel_upstream_url }}.{{ ipa_kernel_checksum_algorithm }}``.
@@ -205,8 +205,8 @@ Agent documentation <>` for full details.
     ``ipa.initramfs``.
 ``ipa_ramdisk_upstream_url``
     URL of Ironic deployment ramdisk image to download. Default is
-    ``https://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem{{
-    ipa_images_upstream_url_suffix }}.cpio.gz``.
+    ``https://tarballs.openstack.org/ironic-python-agent/dib/files/ipa-centos7{{
+    ipa_images_upstream_url_suffix }}.initramfs``.
 ``ipa_ramdisk_checksum_url``
     URL of checksum of Ironic deployment ramdisk image. Default is ``{{
     ipa_ramdisk_upstream_url }}.{{ ipa_ramdisk_checksum_algorithm }}``.