From 4399e39a9cd7b7b878aaf137cefd39a0dff81a06 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Wed, 1 Nov 2017 13:25:03 -0500 Subject: [PATCH] Fix Glance install in multinode docs One line in the glance installation command in the multinode docs is missing the \ character at the end Change-Id: Ice0ca01c9a00499e8ddc4da28add15bb102dd819 --- doc/source/install/multinode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/multinode.rst b/doc/source/install/multinode.rst index e6ccd6dbd1..fd1c00940d 100644 --- a/doc/source/install/multinode.rst +++ b/doc/source/install/multinode.rst @@ -492,7 +492,7 @@ RadosGW and created Keystone endpoints by changing the value for : ${GLANCE_BACKEND:="radosgw"} helm install --namespace=openstack --name=glance ./glance \ --set pod.replicas.api=2 \ - --set pod.replicas.registry=2 + --set pod.replicas.registry=2 \ --set storage=${GLANCE_BACKEND} **Install Heat:**