From 150862462c3cde3592d24798a9bd7f9b6d14ec58 Mon Sep 17 00:00:00 2001 From: ricolin Date: Mon, 14 Aug 2017 12:57:29 +0800 Subject: [PATCH] Add release notes for heat This patch add release note for know issue: identity federation can't work with heat. Also add release note for document migration. Change-Id: I13daf3fd3a8ea40542aa31eebbc3df2db0f2b422 (cherry picked from commit df8401eaf1cef4555d4bc200af3ce57eaea07052) --- releasenotes/notes/doc-migrate-10c968c819848240.yaml | 6 ++++++ .../notes/know-limit-releasenote-4d21fc4d91d136d9.yaml | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 releasenotes/notes/doc-migrate-10c968c819848240.yaml create mode 100644 releasenotes/notes/know-limit-releasenote-4d21fc4d91d136d9.yaml diff --git a/releasenotes/notes/doc-migrate-10c968c819848240.yaml b/releasenotes/notes/doc-migrate-10c968c819848240.yaml new file mode 100644 index 0000000000..e92e6b32fb --- /dev/null +++ b/releasenotes/notes/doc-migrate-10c968c819848240.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + All developer, contributor, and user content from various guides + in openstack-manuals has been moved in-tree and are published at + `https://docs.openstack.org/heat/pike/`. \ No newline at end of file diff --git a/releasenotes/notes/know-limit-releasenote-4d21fc4d91d136d9.yaml b/releasenotes/notes/know-limit-releasenote-4d21fc4d91d136d9.yaml new file mode 100644 index 0000000000..fdb6c311a6 --- /dev/null +++ b/releasenotes/notes/know-limit-releasenote-4d21fc4d91d136d9.yaml @@ -0,0 +1,7 @@ +--- +issues: + - | + Heat does not work with keystone identity federation. This is a known + limitation as heat uses keystone trusts for deferred authentication and + trusts don't work with federated keystone. For more details check + `https://etherpad.openstack.org/p/pike-ptg-cross-project-federation`.