From 4364ae5f7af44e856ebf512f050708e98b79485d Mon Sep 17 00:00:00 2001 From: Oleh Anufriiev Date: Mon, 19 Oct 2015 15:57:09 +0300 Subject: [PATCH] Use local.conf instead of localrc Use actual local.conf file name and format instead of deprecated localrc in devstack related deployment engines. Closes-bug: #1457194 Change-Id: Iba464f33eb9d1598dfa6aabbd167712d573f79da --- devstack/README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devstack/README.rst b/devstack/README.rst index cc0a45c0..d7775778 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -4,10 +4,11 @@ Installing Rally using devstack This directory contains the files necessary to integrate Rally with devstack. -To configure devstack to run rally:: +To configure devstack to run rally edit ``${DEVSTACK_DIR}/local.conf`` file and add:: - $ cd ${DEVSTACK_DIR} - $ echo "enable_plugin rally https://github.com/openstack/rally master" >> localrc + enable_plugin rally https://github.com/openstack/rally master + +to the ``[[local|localrc]]`` section. Run devstack as normal::