Sync releasenote for Queens

Sync up releasenotes with some information that users or ops should
be aware of.

Change-Id: I7553fd848f1ec1f0d7b90c15dd5762ede4a69a55
This commit is contained in:
ricolin 2018-02-09 16:10:35 +08:00 committed by Rico Lin
parent df12b86b80
commit bee961a00e
2 changed files with 23 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
features:
- |
Add properties hostname, hints, security_groups to Zun's container
resource.
Added ``hostname``, ``hints``, ``security_groups``, and ``mounts``
properties to Zun Container resources.

View File

@ -0,0 +1,21 @@
---
prelude: |
Note that Heat is compatible with OpenStack Identity federation, even when
using Keystone trusts. It should work after you enable Federation and build
the `auto-provisioning map`_ with the heat service user in Keystone.
Auto-provisioning has been available in Keystone since the Ocata release.
.. _auto-provisioning map: https://docs.openstack.org/keystone/latest/advanced-topics/federation/federated_identity.html#auto-provisioning
other:
- |
The Heat plugin in Horizon has been replaced with a new stand-alone
Horizon plugin, heat-dashboard. You can see more detail in the
heat-dashboard repository
(https://git.openstack.org/cgit/openstack/heat-dashboard).
- |
The old Heat Tempest plugin ``heat_tests`` has been removed and replaced
by a separate Tempest plugin named ``heat``, in the heat-tempest-plugin
repository (https://git.openstack.org/cgit/openstack/heat-tempest-plugin).
Functional tests that are appropriate for the Tempest environment have been
migrated to the new plugin. Other functional tests remain behind in the
heat repository.