From a2444c78ad252510e71397031de30d3594f8bbff Mon Sep 17 00:00:00 2001 From: Johannes Grassler Date: Mon, 15 Apr 2019 22:01:16 +0200 Subject: [PATCH] Revert "designate: show barclamp" This reverts commit 64e7ad98f3ed075c3948ca542cfcd61ac9215a10. We've are very close to the release and have multiple pull requests still open for Designate: * https://github.com/crowbar/crowbar-openstack/pull/2095 * https://github.com/crowbar/crowbar-openstack/pull/2104 * https://github.com/crowbar/crowbar-openstack/pull/2105 * https://github.com/SUSE-Cloud/doc-cloud/pull/931 There are way too many question marks on this so I am switching the barclamp back to invisible mode. Lets get these pull requests squared away carefully and without the rush of imminent release. --- designate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/designate.yml b/designate.yml index 598d48c633..7315531505 100644 --- a/designate.yml +++ b/designate.yml @@ -19,6 +19,8 @@ barclamp: display: 'Designate' description: 'OpenStack DNSaaS: Multi-Tenant DNSaaS service for OpenStack' version: 0 + # Change to true when complete + user_managed: false requires: - 'keystone' - 'rabbitmq'