From f1539152cfc96bbddad70ff0fb26fc997f6a0275 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 19 Feb 2015 12:54:40 +1100 Subject: [PATCH] Link to devstack guide for appropriate serial_console instructions devstack now has an n-sproxy service that can be enabled as you'd expect. For those that want to test the serial console support link to the devstack configuration guide. Change-Id: I1c12d654db401955791a40ce192ce8bd7e52f3b6 --- doc/source/devref/testing/serial-console.rst | 43 ++------------------ 1 file changed, 4 insertions(+), 39 deletions(-) diff --git a/doc/source/devref/testing/serial-console.rst b/doc/source/devref/testing/serial-console.rst index ef908b9b9fd8..bf7595728ae5 100644 --- a/doc/source/devref/testing/serial-console.rst +++ b/doc/source/devref/testing/serial-console.rst @@ -8,47 +8,12 @@ serial consoles through a web-socket proxy. This page describes how to test it from a devstack environement. --------------------------------- -Setting up a devstack environemnt +Setting up a devstack environment --------------------------------- -.. code-block:: bash - - # sudo apt-get install git -y || sudo yum install -y git - # git clone https://git.openstack.org/openstack-dev/devstack - # cd devstack && ./stack.sh - -------------------------------------- -Starting the nova-serialproxy service -------------------------------------- - -.. code-block:: bash - - # screen -S stack -X screen -t n-sproxy - # screen -S stack -p n-sproxy -X stuff 'sudo nova-serialproxy\r' - ------------------------------ -Setting up a Nova environemnt ------------------------------ - -The entire configuration is provided in `nova.conf` through the -category `serial_console`. - -.. code-block:: bash - - # cat >> /etc/nova/nova.conf <`_. --------------- Testing the API