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
This commit is contained in:
Steve Wilkerson 2017-11-01 13:25:03 -05:00
parent 5df00a4d78
commit 4399e39a9c

View File

@ -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:**