Highlights:
Adds an (optional for now) initialisation function that should be called
near top of main() in applications that use oslo.privsep.
In particular, this allows applications to tell privsep which rootwrap
executable to use, removing the need to set helper_command in
oslo.config in many cases.
Change-Id: I8bb782a848e44d7c00affdc921c4f2d8afa9b114
Depends-On: I3ea73e16b07a870629e7d69e897f2524d7068ae8
Partial-Bug: #1592043
Cut a release for the instack-undercloud component.
The previous 4.0.0 release was tagged directly, so this adds the
deliverable and continues the numbering with a 4.1.0 release.
Note this has been validated via the following periodic CI:
http://logs.openstack.org/periodic/periodic-tripleo-ci-centos-7-ha-mitaka/d3b1c10/console.html
Change-Id: Iaa22fb4d7238f48392a5b8cec35946926f08c8c2
This is the very first release of the subproject. The version is not
1.0.0 because the team wants to stay in sync with networking-bgpvpn in
terms of versioning.
Change-Id: Id3d886d2b65b8991f838aa20a6b759117a0cb526
Closes-Bug: #1589502
When a string is found (and about to be output) that
already has newlines in it (say it was read in previously)
we shouldn't be trying to reformat that string when
writing it back out; so avoid doing this by searching for
existing newlines and not re-wrapping things when they
already exist.
Change-Id: Ic310677314172f46b360c90197539993eb5bcc99
This is a minor version bump due to requiring a newer
minimum oslo.concurrency for the CVE-2015-5162 fix.
Change-Id: I2e9d4b71593a8d96339074590974a79634c37710
Teams add and remove repositories, change owners of repositories, and
are themselves removed over time. We can't rely on the current version
of the governance repository to include the information about who owned
a deliverable, so we need to put that information here in the releases
repository where we can track changes over time.
This patch adds support for a required "team" field to the deliverable
file, using the values set in previous patches in the series, and
updates the rendering code to use it instead of the project list from
the governance repository.
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Change-Id: I5941072c641c05bf0983984cae29a34927246d86
updating these old deliverable files also required making them meet
modern validation tests, including marking the tuskar repositories as
retired and renaming the openstack-ansible-ironic repository to
openstack-ansible-os_ironic
Change-Id: I4dad522549d996639c3ecce825c27b229bbd6d0e
adding the new field to the old deliverable files also required updating
them to meet the modern validation rules
Change-Id: I9e772250f3ef419ce0a6e3e3eeb6a74a6491d6b9