From f89eb82114564c2c3bf559f7e60be3c883194964 Mon Sep 17 00:00:00 2001 From: Gabriel Calixto Date: Tue, 26 Oct 2021 15:35:06 +0000 Subject: [PATCH] Add the missing placement service to the sample config Closes-Bug: #1939325 Signed-off-by: Gabriel Calixto Change-Id: Icb6f3cc9501b13cb1f770ca6bc370c3b02b2db35 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0254938..3fd608a 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ work. Update backend information to fit your environment. LOG_COLOR=False RECLONE=yes ENABLED_SERVICES=c-api,c-bak,c-sch,c-vol,cinder,dstat,g-api,g-reg,key - ENABLED_SERVICES+=,mysql,n-api,n-cond,n-cpu,n-crt,n-sch,rabbit,tempest + ENABLED_SERVICES+=,mysql,n-api,n-cond,n-cpu,n-crt,n-sch,rabbit,tempest,placement-api CINDER_ENABLED_BACKENDS=lvmdriver-1 CINDER_DEFAULT_VOLUME_TYPE=lvmdriver-1 CINDER_VOLUME_CLEAR=none