Files
devstack/lib
Eric Fried 2468ceaa72 Merge (don't overwrite) $NOVA_CPU_CONF
Per the referenced bug, $NOVA_CPU_CONF was previously being initialized
by copying $NOVA_CONF, thereby trashing any values already configured in
$NOVA_CPU_CONF.

With this commit, we merge the values from $NOVA_CPU_CONF in after the
copy.

Note that this makes use of the merge_config_file function, which is
defined in inc/meta-config, which wasn't being sourced from every code
path that hit start_nova_compute; so this commit also moves that import
from stack.sh to functions (next to the other imports from inc/, which
makes sense anyway).

Change-Id: Id3e2baa2221e13f512f8dcf1248e1e15b6a7597f
Closes-Bug: #1802143
2019-08-22 13:34:17 +00:00
..
2015-11-27 15:36:04 +11:00
2019-03-21 11:40:17 -04:00
2018-01-11 16:19:36 +01:00
2017-09-01 15:08:17 -04:00
2019-02-05 11:21:39 -05:00
2018-06-18 15:54:36 +00:00
2015-11-27 15:36:04 +11:00
2017-07-10 17:06:16 -03:00
2018-03-28 13:51:31 -05:00
2018-12-17 09:34:35 +11:00
2019-08-22 13:34:17 +00:00
2017-06-20 14:09:30 -04:00
2019-03-29 11:20:19 -07:00