a2e3d22a07
This patch includes a SHA update, which has been tested as working in patch https://review.openstack.org/#/c/410433/ which was not yet merged. NB: We are still leaving the Ceilometer upstream SHA at HEAD as of 8.11.2016 due to https://bugs.launchpad.net/ceilometer/+bug/1643821 Change-Id: I6b60adca4e66550c3f52a32359bfc5e247cda661
20 lines
789 B
YAML
20 lines
789 B
YAML
---
|
|
features:
|
|
- The copy of the ``/etc/openstack-release`` file is now optional.
|
|
To disable the copy of the file, set ``openstack_distrib_file``
|
|
to ``no``.
|
|
- The location of the ``/etc/openstack-release`` file placement
|
|
can now be changed. Set the variable ``openstack_distrib_file_path``
|
|
to place it in a different path.
|
|
upgrade:
|
|
- |
|
|
The variables used to produce the ``/etc/openstack-release`` file
|
|
have been changed in order to improve consistency in the name
|
|
spacing according to their purpose.
|
|
|
|
``openstack_code_name`` --> ``openstack_distrib_code_name``
|
|
``openstack_release`` --> ``openstack_distrib_release``
|
|
|
|
Note that the value for ``openstack_distrib_release`` will
|
|
be taken from the variable ``openstack_release`` if it is set.
|