Adds plugin to automatically extend volumes
This is useful when a disk is extended on boot based on the flavor.
This commit is contained in:
parent
ae4a270af4
commit
100e5b6650
@ -26,7 +26,8 @@ opts = [
|
||||
'cloudbaseinit.plugins.windows.networkconfig.NetworkConfigPlugin',
|
||||
'cloudbaseinit.plugins.windows.sshpublickeys.'
|
||||
'SetUserSSHPublicKeysPlugin',
|
||||
'cloudbaseinit.plugins.windows.userdata.UserDataPlugin'
|
||||
'cloudbaseinit.plugins.windows.extendvolumes.ExtendVolumesPlugin',
|
||||
'cloudbaseinit.plugins.windows.userdata.UserDataPlugin',
|
||||
],
|
||||
help='List of enabled plugin classes, '
|
||||
'to executed in the provided order'),
|
||||
|
Loading…
Reference in New Issue
Block a user