From 6b519401044aa3689bf1138fd612a19cf18eefb0 Mon Sep 17 00:00:00 2001 From: Matthew Oliver Date: Thu, 12 Sep 2019 09:40:30 +1000 Subject: [PATCH] Octavia: Hide UI until complete (SOC-10550) This patch sets `user_managed: false` so that the UI doesn't appear in crowbar. This will be changed back to `true` once we've finished the barclamp and it's been released. --- octavia.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/octavia.yml b/octavia.yml index 82855b71fa..535b547b10 100644 --- a/octavia.yml +++ b/octavia.yml @@ -19,7 +19,8 @@ barclamp: display: 'Octavia' description: 'Operator-scale load balancing solution designed to work with OpenStack.' version: 0 - user_managed: true + # Change to true when complete + user_managed: false requires: - 'nova' - 'glance'