Octavia: set net configuration to none for mkdir in containers

podman doesn't like starting the "x_init_dirs" containers without some
kind of net parameter. These containers don't actually require a network
configuration so setting net to none does the job.

Change-Id: I6fd6add76e21e0b3d8b4ee0fbe5798a1f2a25205
This commit is contained in:
Brent Eagles 2019-03-14 09:36:35 -02:30
parent 59fc8f10a3
commit 5b38d9d960
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