ee6ff67765
This patch updates all the roles to the latest available stable SHA's, copies the release notes from the updated roles into the integrated repo, updates all the OpenStack Service SHA's, and updates the appropriate python requirements pins. Change-Id: I5fea16a84c881d0e66b713cdb55c8dcabcb80491
12 lines
684 B
YAML
12 lines
684 B
YAML
---
|
|
features:
|
|
- When using Glance and NFS the NFS mount point will now be managed using a
|
|
systemd mount unit file. This change ensures the deployment of glance is not
|
|
making potentially system impacting changes to the ``/etc/fstab`` and
|
|
modernizes how we deploy glance when using shared storage.
|
|
- New variables have been added to the glance role allowing a deployer to set
|
|
the UID and GID of the glance user. The new options are,
|
|
``glance_system_user_uid`` and ``glance_system_group_uid``. These options
|
|
are useful when deploying glance with shared storage as the back-end for
|
|
images and will only set the UID and GID of the glance user when defined.
|