Remove _ssh drivers from dev-quickstart
IRONIC_ENABLED_DRIVERS from sample devstack plugin still lists the deprecated drivers. Change-Id: I869d6197d34e6a0ec9ed1fe396409e8ed9f02d86
This commit is contained in:
parent
0656229b48
commit
b8f6d35d00
@ -486,7 +486,7 @@ and uses the ``agent_ipmitool`` driver by default::
|
|||||||
DEFAULT_INSTANCE_TYPE=baremetal
|
DEFAULT_INSTANCE_TYPE=baremetal
|
||||||
|
|
||||||
# Enable Ironic drivers.
|
# 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.
|
# Change this to alter the default driver for nodes created by devstack.
|
||||||
# This driver should be in the enabled list above.
|
# 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
|
enable_plugin ironic https://git.openstack.org/openstack/ironic
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
The agent_ssh and pxe_ssh drivers are being deprecated in favor of the
|
When a \*_ipmitool driver is set and IRONIC_IS_HARDWARE variable is false devstack
|
||||||
more production-like agent_ipmitool and pxe_ipmitool drivers. When a
|
|
||||||
\*_ipmitool driver is set and IRONIC_IS_HARDWARE variable is false devstack
|
|
||||||
will automatically set up `VirtualBMC <https://github.com/openstack/virtualbmc>`_
|
will automatically set up `VirtualBMC <https://github.com/openstack/virtualbmc>`_
|
||||||
to control the power state of the virtual baremetal nodes.
|
to control the power state of the virtual baremetal nodes.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user