From f6a8046ebe03a9221f89318dfb8429cf7741b19a Mon Sep 17 00:00:00 2001 From: Akilan Pughazhendi Date: Thu, 11 Aug 2016 14:48:25 +0000 Subject: [PATCH] Doc: Recommend users to update their systems Updates documentation to remind users to update their systems when running devstack. An issue in Fedora 23 causes devstack to fail. This is resolved by updating the system. Change-Id: Ibdad67d00061e4d9b4e4469efcec415f7573ee04 Closes-Bug: 1605681 --- doc/source/dev/dev-quickstart.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 9fd583c043..ea6171ba6e 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -407,12 +407,14 @@ driver and provide hardware resources (network, baremetal compute nodes) using a combination of OpenVSwitch and libvirt. It is highly recommended to deploy on an expendable virtual machine and not on your personal work station. Deploying Ironic with DevStack requires a machine running Ubuntu -14.04 (or later) or Fedora 20 (or later). +14.04 (or later) or Fedora 20 (or later). Make sure your machine is fully +up to date and has the latest packages installed before beginning this process. .. seealso:: http://docs.openstack.org/developer/devstack/ + Devstack will no longer create the user 'stack' with the desired permissions, but does provide a script to perform the task::