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:
Alessandro Pilotti 2013-04-02 05:00:13 +03:00
parent ae4a270af4
commit 100e5b6650

View File

@ -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'),