Merge "Remove config-internal from neutron agent start files"

This commit is contained in:
Jenkins 2015-08-10 12:44:16 +00:00 committed by Gerrit Code Review
commit 3b985b2c56
3 changed files with 0 additions and 12 deletions

View File

@ -12,10 +12,6 @@ source /opt/kolla/config-sudoers.sh
# this one.
set_configs() {
case $KOLLA_CONFIG_STRATEGY in
CONFIG_INTERNAL)
# exec is intentional to preserve existing behaviour
exec /opt/kolla/neutron-dhcp-agent/config-internal.sh
;;
CONFIG_EXTERNAL_COPY_ALWAYS)
source /opt/kolla/neutron-dhcp-agent/config-external.sh
;;

View File

@ -12,10 +12,6 @@ source /opt/kolla/config-sudoers.sh
# this one.
set_configs() {
case $KOLLA_CONFIG_STRATEGY in
CONFIG_INTERNAL)
# exec is intentional to preserve existing behaviour
exec /opt/kolla/neutron-l3-agent/config-internal.sh
;;
CONFIG_EXTERNAL_COPY_ALWAYS)
source /opt/kolla/neutron-l3-agent/config-external.sh
;;

View File

@ -12,10 +12,6 @@ source /opt/kolla/config-sudoers.sh
# this one.
set_configs() {
case $KOLLA_CONFIG_STRATEGY in
CONFIG_INTERNAL)
# exec is intentional to preserve existing behaviour
exec /opt/kolla/neutron-metadata-agent/config-internal.sh
;;
CONFIG_EXTERNAL_COPY_ALWAYS)
source /opt/kolla/neutron-metadata-agent/config-external.sh
;;