Merge "Configure placement section in neutron conf"

This commit is contained in:
Zuul 2022-05-19 17:23:50 +00:00 committed by Gerrit Code Review
commit 34c2842676

View File

@ -931,6 +931,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
}