diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index efe994fdd0..650911b16d 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -246,7 +246,9 @@ Switch to the stack user and clone DevStack:: cd ~ git clone https://github.com/openstack-dev/devstack.git devstack -Create devstack/localrc with minimal settings required to enable Ironic:: +Create devstack/localrc with minimal settings required to enable Ironic. +Note that Ironic under devstack can only support running *either* the PXE +or the agent driver, not both.:: cd devstack cat >localrc <