commit | e95f2a36645b58b172855213cb8311a3486bfcd9 | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem.os@gmail.com> | Mon Jun 18 16:17:29 2018 -0400 |
committer | Matt Riedemann <mriedem.os@gmail.com> | Mon Jun 18 16:20:39 2018 -0400 |
tree | f2a575786e3e722dc59ea30dca866431e8380f30 | |
parent | 5e3a2942104bdb26ee332ac302f80c83168d7656 [diff] |
Configure [neutron] in nova_cell*.conf The nova-conductor service running in the cell needs to be configured to talk to neutron for things like deallocating networks during server build failure. This changes the configure_neutron_nova flows such that the top-level nova.conf is configured as before, but we also configure each nova_cell*.conf cell conductor config files to also be able to talk to neutron. Change-Id: Ic5e17298996b5fb085272425bb3b68583247aa34 Closes-Bug: #1777505