Merge "Octavia: set net configuration to none for mkdir in containers"

This commit is contained in:
Zuul 2019-03-25 19:17:01 +00:00 committed by Gerrit Code Review
commit d89203603e
4 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,7 @@ outputs:
octavia_api_init_dirs:
start_order: 0
image: &octavia_api_image {get_param: DockerOctaviaApiImage}
net: none
user: root
volumes:
# NOTE(mandre) we need extra dir for the service in /etc/octavia/conf.d

View File

@ -130,6 +130,7 @@ outputs:
start_order: 0
image: &octavia_health_manager_image {get_param: DockerOctaviaHealthManagerImage}
user: root
net: none
volumes:
# NOTE(mandre) we need extra dir for the service in /etc/octavia/conf.d
# It is normally created as part of the RPM install, but it is

View File

@ -121,6 +121,7 @@ outputs:
start_order: 0
image: &octavia_housekeeping_image {get_param: DockerOctaviaHousekeepingImage}
user: root
net: none
volumes:
# NOTE(mandre) we need extra dir for the service in /etc/octavia/conf.d
# It is normally created as part of the RPM install, but it is

View File

@ -113,6 +113,7 @@ outputs:
start_order: 0
image: &octavia_worker_image {get_param: DockerOctaviaWorkerImage}
user: root
net: none
volumes:
# NOTE(mandre) we need extra dir for the service in /etc/octavia/conf.d
# It is normally created as part of the RPM install, but it is