horizon/releasenotes/notes/add_default_user_data-76d9c17e474fc34e.yaml
Andrey Kurilin 3a2e82ab75 Extend settings with OPENSTACK_SERVER_DEFAULT_USER_DATA
The new setting should allow an administrator to specify default user_data
for new VMs. The default user_data can be a string template that accepts
request object which has info about the user, so the default user_data can
be personalized.

Change-Id: I86ac21bf82c1667135abd4f20fb4514da0899450
2022-09-01 19:23:00 +03:00

8 lines
273 B
YAML

---
features:
- |
The new setting ``OPENSTACK_SERVER_DEFAULT_USER_DATA`` allows an
administrator to specify a default user data (e.g. comments or
instructions for cloudinit) for new VMs. It can be a raw string or string
template that accepts the request.