From 54475ea81a7a5840c5f056202229ca3b5046f501 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 25 Nov 2016 11:14:01 +1100 Subject: [PATCH] Note how to use local.conf in stable branches Change-Id: I751a317d4ab279e1060f02510709c47fb47abbab Closes-Bug: 1644677 (cherry picked from commit 918130583916829e45f2ce99801db902d03325f8) --- doc/source/ref/local_conf.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/source/ref/local_conf.rst b/doc/source/ref/local_conf.rst index c31529d009..9ea2a57b40 100644 --- a/doc/source/ref/local_conf.rst +++ b/doc/source/ref/local_conf.rst @@ -6,7 +6,11 @@ Configuring DevStack for Horizon ================================ Place the following content into `devstack/local.conf` to start the services -that Horizon supports in DevStack when `stack.sh` is run. +that Horizon supports in DevStack when `stack.sh` is run. If you need to use +this with a stable branch you need to add ``stable/`` to the end +of each ``enable_plugin`` line (e.g. ``stable/mitaka``). You should also check +out devstack using the same stable branch tag. + :: [[local|localrc]]