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
This commit is contained in:
Andreas Scheuring 2017-02-02 16:44:27 +01:00
parent 50ef744984
commit b63b645e22
1 changed files with 1 additions and 2 deletions

View File

@ -33,11 +33,10 @@ hmc_password = <password>
hmc_username = <user>
hmc = <ip>
[[post-config|$NEUTRON_CONF]]
[[post-config|/$Q_PLUGIN_CONF_FILE]]
[DEFAULT]
host = foo
[[post-config|/$Q_PLUGIN_CONF_FILE]]
[dpm]
hmc_password = <password>
hmc_username = <user>