Merge "Remove repeat call to 'neutron_agent_lbaas_install_agent_packages'"

This commit is contained in:
Jenkins 2016-06-09 19:36:05 +00:00 committed by Gerrit Code Review
commit fcf3289a66
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ if is_service_enabled $LBAAS_ANY; then
if [[ "$1" == "stack" && "$2" == "install" ]]; then
# Perform installation of service source
echo_summary "Installing neutron-lbaas"
neutron_agent_lbaas_install_agent_packages
neutron_lbaas_install
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then