Update plugin version to 4

v4 will allow using a regexp for role so that this plugin would pass the
validation.

Change-Id: Ieb7b9784d84d8f909f875b6aa8296ec91117a343
Closes-Bug: #1581038
Depends-On: I42c2490cf22f53892a189165698d1acd56ee4c74
This commit is contained in:
Georgy Kibardin 2016-05-13 13:45:14 +03:00
parent d11b825b91
commit d88b752a63
1 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ homepage: 'https://github.com/stackforge/fuel-plugins'
# 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'