From 55b0542eaa28555665f54eb40bfe14b9c456e9b8 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Thu, 13 Jun 2019 15:24:38 +0200 Subject: Support standalone placement in the devstack The placement service has a separate config file that also needs to be modified if osprofiler is enabled in devstack. Change-Id: I7fa963b20498549d4241ccb16cfbca8ddf70eef5 --- devstack/lib/osprofiler | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/lib/osprofiler b/devstack/lib/osprofiler index aaa67f3..704b3b6 100644 --- a/devstack/lib/osprofiler +++ b/devstack/lib/osprofiler @@ -26,6 +26,7 @@ CONF_FILES=( $SENLIN_CONF $MAGNUM_CONF $ZUN_CONF + $PLACEMENT_CONF ) # Add config files of Nova Cells -- cgit v1.2.1