a3cd1f0faf
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
11 lines
414 B
YAML
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.
|