From 91fe1065eb6f8beb093177f1977879750c178602 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 17 Jul 2019 20:54:33 +0300 Subject: [PATCH] Add masakari-api to aio_metal Since masakari-api wasn't placed inside aio_metal.yml, during CI container for api is created and service is runned inside container, but on on metal as supposed. This patch fixes such behavior and place masakari api on metal. Change-Id: I58ae75e550250bfcd2838e2a424d6a479d490a63 --- etc/openstack_deploy/env.d/aio_metal.yml.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/openstack_deploy/env.d/aio_metal.yml.example b/etc/openstack_deploy/env.d/aio_metal.yml.example index 2449f68d54..ea9c8ceb03 100644 --- a/etc/openstack_deploy/env.d/aio_metal.yml.example +++ b/etc/openstack_deploy/env.d/aio_metal.yml.example @@ -72,6 +72,9 @@ container_skel: manila_data_container: properties: is_metal: true + masakari_api_container: + properties: + is_metal: true masakari_monitors_container: properties: is_metal: true