diff --git a/kolla/image/build.py b/kolla/image/build.py index 1a0e17d3e5..51951d5914 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -198,6 +198,8 @@ UNBUILDABLE_IMAGES = { "neutron-server-opendaylight", "nova-serialproxy", "novajoin-base", + "senlin-conductor", # no binary package + "senlin-health-manager", # no binary package "tacker-base", "tripleoclient", "trove-base", @@ -213,6 +215,8 @@ UNBUILDABLE_IMAGES = { "ironic-neutron-agent", "novajoin-base", "rally", + "senlin-conductor", # no binary package + "senlin-health-manager", # no binary package "tacker-base", "tripleoclient", "vitrage-base",