From 22dc3947024c875b556eaf0c1103c8aa5c54cf46 Mon Sep 17 00:00:00 2001 From: Matthew Mosesohn Date: Wed, 18 May 2016 15:53:40 +0300 Subject: [PATCH] Update plugin version to 4 v4 will allow using a regexp for role so that this plugin would pass the validation. Change-Id: I8ce278ad18ef534440b988d5949ee57881a62a1b Partial-Bug: #1581038 --- metadata.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'