Merge "Configure placement section in neutron conf" into stable/victoria

This commit is contained in:
Zuul
2022-06-02 18:22:41 +00:00
committed by Gerrit Code Review

View File

@@ -875,6 +875,9 @@ function _configure_neutron_service {
configure_keystone_authtoken_middleware $NEUTRON_CONF nova nova
# Configuration for placement client
configure_keystone_authtoken_middleware $NEUTRON_CONF placement placement
# Configure plugin
neutron_plugin_configure_service
}