Remove config-internal from neutron agent start files
Change-Id: Ie9b04c5e8dd4d2058172120d81c229ce747f5d27 Partially-Implements: blueprint remove-config-internal
This commit is contained in:
parent
df9c0ee8ef
commit
128e80d0a0
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user