349e5074e3
As a side effect allows providing custom user data, not only users. Change-Id: Ia4c305ea996b3bb58c5898777cc7a3c8b93a413d
15 lines
452 B
YAML
15 lines
452 B
YAML
---
|
|
features:
|
|
- |
|
|
It is now possible to provide custom ``user_data`` into instance
|
|
configuration.
|
|
upgrade:
|
|
- |
|
|
The ``InstanceConfig`` class has been split into ``GenericConfig`` and
|
|
``CloudInitConfig`` for clarity on which features come from what.
|
|
deprecations:
|
|
- |
|
|
The ``metalsmith.InstanceConfig`` class is deprecated, use
|
|
``GenericConfig`` or ``CloudInitConfig`` from the new module
|
|
``metalsmith.instance_config``.
|