From 7d274ed9b89f3e2829490071cab3ba4d3fae1fab Mon Sep 17 00:00:00 2001 From: Erickson Santos Date: Tue, 26 Jul 2016 14:16:57 +0000 Subject: [PATCH] Fix README The oslo config-generator-tempest.conf location is defined as still being: 'etc/config-generator.tempest.conf' But after the changes made in tempest-run-cmd bp the location changed to: 'tempest/cmd/config-generator.tempest.conf'. Change-Id: I53b0ab18a217eb186c51eb5a2e35489967fc5c55 Closes-Bug: #1606586 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d109a2d13..13f4f61e2 100644 --- a/README.rst +++ b/README.rst @@ -223,7 +223,7 @@ configuration file is to generate a sample in the ``etc/`` directory :: $ cd $TEMPEST_ROOT_DIR $ oslo-config-generator --config-file \ - etc/config-generator.tempest.conf \ + tempest/cmd/config-generator.tempest.conf \ --output-file etc/tempest.conf After that, open up the ``etc/tempest.conf`` file and edit the