From b63b645e22dfbc7225b67ef14cc4bba325410473 Mon Sep 17 00:00:00 2001 From: Andreas Scheuring Date: Thu, 2 Feb 2017 16:44:27 +0100 Subject: [PATCH] devstack local.conf: move neutron host section Moved the default.host section of the local.conf from the neutron.conf file into the neutron plugin conf file. Technically both works with devstack, but to make more clear where the option belongs to it got moved there. Change-Id: I636bf37b290f3abf7da884017e25d1aebd2bc2d9 --- devstack/local.conf.singlenode.nova_neutron | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devstack/local.conf.singlenode.nova_neutron b/devstack/local.conf.singlenode.nova_neutron index c73a1dc..e4b2bc3 100644 --- a/devstack/local.conf.singlenode.nova_neutron +++ b/devstack/local.conf.singlenode.nova_neutron @@ -33,11 +33,10 @@ hmc_password = hmc_username = hmc = -[[post-config|$NEUTRON_CONF]] +[[post-config|/$Q_PLUGIN_CONF_FILE]] [DEFAULT] host = foo -[[post-config|/$Q_PLUGIN_CONF_FILE]] [dpm] hmc_password = hmc_username =