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
This commit is contained in:
Matthew Mosesohn 2016-05-18 15:53:40 +03:00
parent 38a39a5f11
commit 22dc394702
1 changed files with 4 additions and 1 deletions

View File

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