diff options
author | Dmitry Tantsur <dtantsur@protonmail.com> | 2021-05-03 17:03:29 +0200 |
---|---|---|
committer | Dmitry Tantsur <dtantsur@protonmail.com> | 2021-05-04 14:28:25 +0200 |
commit | 929907d68473ae8a433ebb8c4dcb110473d42676 (patch) | |
tree | 3b946e32ddbe3e7e91f1a8a88625b2e23af06add /doc/source/admin/drivers.rst | |
parent | e79f163837dd2c27f84f693aba0f1575fa2353f7 (diff) | |
download | ironic-929907d68473ae8a433ebb8c4dcb110473d42676.tar.gz |
Bye-bye iSCSI deploy, you served us well
The iSCSI deploy was very easy to start with, but it has since become
apparently that it suffers from scalability and maintenance issues.
It was deprecated in the Victoria cycle and can now be removed.
Hide the guide to upgrade to hardware types since it's very outdated.
I had to remove the iBMC diagram since my SVG-fu is not enough to fix it.
Change-Id: I2cd6bf7b27fe0be2c08104b0cc37654b506b2e62
Diffstat (limited to 'doc/source/admin/drivers.rst')
-rw-r--r-- | doc/source/admin/drivers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/admin/drivers.rst b/doc/source/admin/drivers.rst index 7df4dc6ad..c3d8eb377 100644 --- a/doc/source/admin/drivers.rst +++ b/doc/source/admin/drivers.rst @@ -76,7 +76,7 @@ not compatible with them. There are three ways to deal with this situation: baremetal node set test --driver ipmi \ --boot-interface pxe \ - --deploy-interface iscsi \ + --deploy-interface direct \ --management-interface ipmitool \ --power-interface ipmitool |