diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index df4e78f9d7..21120d1aeb 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -377,9 +377,9 @@ Switch to the stack user and clone DevStack:: git clone https://git.openstack.org/openstack-dev/devstack.git devstack Create devstack/local.conf with minimal settings required to enable Ironic. -You can use either of two drivers for deploy: pxe_* or agent_*, see :ref:`IPA` +You can use either of two drivers for deploy: agent\_\* or pxe\_\*, see :ref:`IPA` for explanation. An example local.conf that enables both types of drivers -and uses the ``pxe_ssh`` driver by default:: +and uses the ``agent_ipmitool`` driver by default:: cd devstack cat >local.conf <`_ + to control the power state of the virtual baremetal nodes. + .. note:: When running QEMU as non-root user (e.g. ``qemu`` on Fedora or ``libvirt-qemu`` on Ubuntu), make sure ``IRONIC_VM_LOG_DIR`` points to a directory where QEMU will be able to write.