Remove config-internal from neutron agent start files

Change-Id: Ie9b04c5e8dd4d2058172120d81c229ce747f5d27
Partially-Implements: blueprint remove-config-internal
This commit is contained in:
Steven Dake 2015-08-09 13:00:55 -07:00
parent df9c0ee8ef
commit 128e80d0a0
3 changed files with 0 additions and 12 deletions

View File

@ -12,10 +12,6 @@ source /opt/kolla/config-sudoers.sh
# this one. # this one.
set_configs() { set_configs() {
case $KOLLA_CONFIG_STRATEGY in 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) CONFIG_EXTERNAL_COPY_ALWAYS)
source /opt/kolla/neutron-dhcp-agent/config-external.sh source /opt/kolla/neutron-dhcp-agent/config-external.sh
;; ;;

View File

@ -12,10 +12,6 @@ source /opt/kolla/config-sudoers.sh
# this one. # this one.
set_configs() { set_configs() {
case $KOLLA_CONFIG_STRATEGY in 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) CONFIG_EXTERNAL_COPY_ALWAYS)
source /opt/kolla/neutron-l3-agent/config-external.sh source /opt/kolla/neutron-l3-agent/config-external.sh
;; ;;

View File

@ -12,10 +12,6 @@ source /opt/kolla/config-sudoers.sh
# this one. # this one.
set_configs() { set_configs() {
case $KOLLA_CONFIG_STRATEGY in 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) CONFIG_EXTERNAL_COPY_ALWAYS)
source /opt/kolla/neutron-metadata-agent/config-external.sh source /opt/kolla/neutron-metadata-agent/config-external.sh
;; ;;