From b8f6d35d007dd20ec4482b2961a0cf9b18a6b751 Mon Sep 17 00:00:00 2001 From: Vladyslav Drok Date: Thu, 6 Jul 2017 11:57:13 +0300 Subject: [PATCH] Remove _ssh drivers from dev-quickstart IRONIC_ENABLED_DRIVERS from sample devstack plugin still lists the deprecated drivers. Change-Id: I869d6197d34e6a0ec9ed1fe396409e8ed9f02d86 --- doc/source/contributor/dev-quickstart.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index 5cf81c6755..f9c0566dca 100644 --- a/doc/source/contributor/dev-quickstart.rst +++ b/doc/source/contributor/dev-quickstart.rst @@ -486,7 +486,7 @@ and uses the ``agent_ipmitool`` driver by default:: DEFAULT_INSTANCE_TYPE=baremetal # Enable Ironic drivers. - IRONIC_ENABLED_DRIVERS=fake,agent_ssh,agent_ipmitool,pxe_ssh,pxe_ipmitool + IRONIC_ENABLED_DRIVERS=fake,agent_ipmitool,pxe_ipmitool # Change this to alter the default driver for nodes created by devstack. # This driver should be in the enabled list above. @@ -531,9 +531,7 @@ and uses the ``agent_ipmitool`` driver by default:: enable_plugin ironic https://git.openstack.org/openstack/ironic .. note:: - The agent_ssh and pxe_ssh drivers are being deprecated in favor of the - more production-like agent_ipmitool and pxe_ipmitool drivers. When a - \*_ipmitool driver is set and IRONIC_IS_HARDWARE variable is false devstack + When a \*_ipmitool driver is set and IRONIC_IS_HARDWARE variable is false devstack will automatically set up `VirtualBMC `_ to control the power state of the virtual baremetal nodes.