This patch adds one release notes item for new added resource
OS::Neutron::RBACPolicy during mitaka.
Change-Id: Ieb9ee24a0edb3826f993e3e2dd2b33c0a6496ed4
Add OS::Neutron::AddressScope resource.
This resource can be associated with multiple
subnet pools in a one-to-many relationship.
The subnet pools under an address scope must not
overlap.
Blueprint: add-neutron-address-scope
Depends-On: I43ab41e419148818e088e60d94cec96188100212
Change-Id: Ie97109a4a053baee4e4629f60ae5582ca286a892
This removes a legacy backwards compatibility codepath. Pre-Icehouse
stacks that have resources which inherit from StackUser may require
manual cleanup after deletion, as their stack user may not be deleted.
This fixes issues with subusers using software config. Heat should not
attempt to delete the stack user if one had not been created before.
The code that this patch removes caused an ID to always be returned.
Additionally, it set the ID in the resource metadata whether a stack
user existed or not, making it impossible to tell if one existed only
from data within the resource.
Change-Id: I50804998fdce1f7de06906ae9a2f47317721a6f6
Closes-bug: #1531606
We need a release notes page to show notes for unreleased versions by
scanning the "current" branch. This ensures that notes files cannot be
merged if they break the releasenotes job.
unreleased.rst file was missed in main commit:
I8ffe53af594150529c325814cf55812268193172
This patch fixes it.
Change-Id: Ib324a69366437f3df6cfffabfde0c1a8d35c22eb