From 0e8e8a920dec478453293740669101d62c6c740a Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Tue, 28 Mar 2017 13:25:23 -0400 Subject: Disable ceilometer API Ceilometer API has been deprecated since Ocata. lets disable it by default and add an env file to enable it if needed. Closes-bug: #1676968 Change-Id: I571f5467466c29271e0235e8fde6bdae07c20daf --- releasenotes/notes/disable-ceilo-api-dfe5d0947563bbe0.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/disable-ceilo-api-dfe5d0947563bbe0.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/disable-ceilo-api-dfe5d0947563bbe0.yaml b/releasenotes/notes/disable-ceilo-api-dfe5d0947563bbe0.yaml new file mode 100644 index 00000000..2661f7c9 --- /dev/null +++ b/releasenotes/notes/disable-ceilo-api-dfe5d0947563bbe0.yaml @@ -0,0 +1,4 @@ +--- +deprecations: + - Deprecate and disable ceilometer Api by default. This can be enabled + by passing in an env file to deploy command. -- cgit 1.2.3-korg