Change ACLs so that they would apply to proposed/* branches instead of
milestone-proposed branches, and adjust documentation to match.
NB: The top-level project.config should also be changed so that its ACLs
apply to proposed/* branches. It's apparently not driven by the config
repository.
Change-Id: Iad6991315b1d526026e0aeb0e968ed85dd317fac
This is the result of running:
find modules/openstack_project/files/gerrit/acls/ -type f \
-name "*.config" -exec ./tools/normalize_acl.py {} 1 \;
Change-Id: I15e64e41e94d4bea0ba2d1622962f7e204c67d4d
A much awaited feature, this patch is the outcome of running:
find modules/openstack_project/files/gerrit/acls/ \
doc/source/stackforge.rst -type f -exec sed -i -e \
's/^\(.* \)label-Workflow .*\(group .*\)$/\0\n\1abandon = \2/' \
-e 's/.*exclusiveGroup.*Workflow.*/\0 abandon/' \
{} \;
Change-Id: I217a8689528d14c9143de5656db01549f263c3b4
Closes-Bug: #1248794
after upgrading gerrit to ver 2.8, review.o.o will have a new label
called 'Workflow' that combines approved and wip labels. The
workflow label will replace the workInProgress permission (from WIP
plugin). Updating the project gerrit configs with the new label and
removing workInProgress
Change-Id: I874ad3cf8552a2e5a914cf325bd11afcdf0d59ca
- add ironic
- add python-ironicclient
- basic tests for both
- notify in openstack-ironic
Change-Id: I3e54c89aef1ac6891588d0a8ad0220e9ba8dd63e
Reviewed-on: https://review.openstack.org/27912
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins