c4105464e6
We may need a few more bumps - specifically for some upstream projects that don't have a stable/pike branch yet. Namely: swift magnum magnum_dashboard nova-lxd ceilometer aodh dragonflow We should move to a SHA-bump approach from now to allow us to release RC1 and further RCs without having to re-pin role SHA's. Additionally, since the endpoint for placement has changed to / instead of /placement the healthchk needs to anticipate a "401 - Unauthorized". Change-Id: Iccc4d4b7aa3a69eb3c87e50aaae9ccb7b4b7135e
11 lines
449 B
YAML
11 lines
449 B
YAML
---
|
|
features:
|
|
- New variables have been added to allow a deployer to customize
|
|
a swift systemd unit file to their liking.
|
|
- The task dropping the swift systemd unit files now uses the
|
|
``config_template`` action plugin allowing deployers access to
|
|
customize the unit files as they see fit without having to
|
|
load extra options into the defaults and polute the generic
|
|
systemd unit file with jinja2 variables and conditionals.
|
|
|