openstacksdk/releasenotes/notes/bug-2001080-de52ead3c5466792.yaml
Monty Taylor a3cd1f0faf
Merge shade and occ releasenotes
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
2017-09-20 10:29:27 -05:00

11 lines
414 B
YAML

---
prelude: >
Fixed a bug where a project was always enabled upon update, unless
``enabled=False`` is passed explicitly.
fixes:
- |
[`bug 2001080 <https://storyboard.openstack.org/#!/story/2001080>`_]
Project update will only update the enabled field of projects when
``enabled=True`` or ``enabled=False`` is passed explicitly. The previous
behavior had ``enabled=True`` as the default.