nova/releasenotes/notes/bug-1713150-default_publisher_id-f46f4f6a39347951.yaml
Matt Riedemann 27cd4dd70b Change default for [notifications]/default_publisher_id to $host
The default used in code for CONF.notifications.default_publisher_id
is CONF.host, which is a free-form StrOpt.

In an upcoming change, the "my_ip" option is going to be changed from
a StrOpt to an IPOpt, so we made the default value change for
the default_publisher_id option before that.

Change-Id: Ia85130f66bd5a60097e8967064559fd0962d06fd
Closes-Bug: #1713150
2017-08-25 18:54:35 -04:00

6 lines
161 B
YAML

---
upgrade:
- |
The ``[notifications]/default_publisher_id`` configuration option now
defaults to ``[DEFAULT]/host`` rather than ``[DEFAULT]/my_ip``.