diff options
author | Zuul <zuul@review.openstack.org> | 2017-10-19 09:11:27 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-10-19 09:11:27 +0000 |
commit | bbf25a19c808d2f6b0a5e1c4809c17d0c87fd827 (patch) | |
tree | 8a03bfe4a5b55320a2b9b52a86af24aa909bf6c0 /releasenotes | |
parent | f5cdf0a9fb6ea28c617e97a5060f2ecfc5b02729 (diff) | |
parent | 5a1297b02bfe51dd7707dce39eaf40b78f80f28e (diff) |
Merge "Remove Heat Cloudwatch API during upgrade and disable by default" into stable/pike
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/disable-heat-api-cloudwatch-d5a471da22472bde.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/disable-heat-api-cloudwatch-d5a471da22472bde.yaml b/releasenotes/notes/disable-heat-api-cloudwatch-d5a471da22472bde.yaml new file mode 100644 index 00000000..5c732c01 --- /dev/null +++ b/releasenotes/notes/disable-heat-api-cloudwatch-d5a471da22472bde.yaml @@ -0,0 +1,15 @@ +--- +upgrade: + - | + The Heat API Cloudwatch API is deprecated in Pike and so it removed + by default during the Ocata to Pike upgrade. If you wish to keep this + service then you should use the environments/heat-api-cloudwatch.yaml + environment file in the tripleo-heat-templates during the upgrade (note + that this is migrated to running under httpd, if you do decide to keep + this service on Pike). +deprecations: + - | + The Heat API Cloudwatch API is deprecated in Pike and so it is now not + deployed by default. You can override this behaviour with the + environments/heat-api-cloudwatch.yaml environment file in the + tripleo-heat-templates. |