From 03f47869960aeed181d7fb76648225ad58c7ead2 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Mon, 8 Dec 2014 11:47:18 +0200 Subject: [PATCH] Fix formatting in integration tests README Split lines in code sample and capitalize DevStack according to official wiki. Change-Id: Ia064b13e699ee0c8d9c19150c85407c49d96400b --- heat_integrationtests/README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/heat_integrationtests/README.rst b/heat_integrationtests/README.rst index 233a77b98f..3d77d09e1a 100644 --- a/heat_integrationtests/README.rst +++ b/heat_integrationtests/README.rst @@ -3,14 +3,18 @@ Heat integration tests ====================== These tests can be run against any heat-enabled OpenStack cloud, however -defaults match running against a recent devstack. +defaults match running against a recent DevStack. -To run the tests against devstack, do the following: +To run the tests against DevStack, do the following: + + # source DevStack credentials - # source devstack credentials source /opt/stack/devstack/accrc/demo/demo + # run the heat integration tests with those credentials + cd /opt/stack/heat + tox -eintegration If custom configuration is required, copy the following file: