fdf3729f83
To make the configuration easier for the user, and to allow non-standard ceph authentication ids - introduce ceph_*_user variables. Change-Id: I24e01c43c826b62b6748d93a498f4b7d8ce9e309
13 lines
469 B
YAML
13 lines
469 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduce External Ceph user ids as variables to allow non-standard ceph
|
|
authentication ids in OpenStack services configuration without the need to
|
|
override configuration files.
|
|
upgrade:
|
|
- |
|
|
Now the rbd part of ``nova.conf`` in ``nova-compute`` is being generated
|
|
when ``nova_backend`` is set to ``"rbd"`` (previously it was generated when
|
|
both ``enable_ceph`` was ``"yes"`` and ``nova_backend`` was set to
|
|
``"rbd"``).
|