3a2e82ab75
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
8 lines
273 B
YAML
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.
|