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

This commit is contained in:
Zuul 2022-05-31 15:48:21 +00:00 committed by Gerrit Code Review
commit b0b0856093
1 changed files with 3 additions and 0 deletions

View File

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