diff --git a/metadata.yaml b/metadata.yaml index 60927ab..c2db45c 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -17,6 +17,9 @@ homepage: 'https://github.com/stackforge/fuel-plugin-detach-rabbitmq' # Specify a group which your plugin implements, possible options: # network, storage, storage::cinder, storage::glance, hypervisor groups: [network] +# Change `false` to `true` if the plugin can be installed in the environment +# after the deployment. +is_hotpluggable: false # The plugin is compatible with releases in the list releases: @@ -32,4 +35,4 @@ releases: repository_path: repositories/ubuntu # Version of plugin package -package_version: '3.0.0' +package_version: '4.0.0'