diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-05-25 14:50:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-25 14:50:20 +0000 |
commit | 5e3b6ae0427963520357453728411327ac8efafe (patch) | |
tree | 78bd0b78bc32566b0dbcc5ad8520740d0bc07caa /fuel-plugin-vsperf/metadata.yaml | |
parent | 2e259679732ed4e0464992b4cae04a4cf4d88000 (diff) | |
parent | 5df5198c8b178debaf0e7190a42fa6cc2851b633 (diff) |
Merge "Rebase to fuel 9.0 and add vagrant based build and enhance some scripts"
Diffstat (limited to 'fuel-plugin-vsperf/metadata.yaml')
-rw-r--r-- | fuel-plugin-vsperf/metadata.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/fuel-plugin-vsperf/metadata.yaml b/fuel-plugin-vsperf/metadata.yaml index 998a2593..2b28fc58 100644 --- a/fuel-plugin-vsperf/metadata.yaml +++ b/fuel-plugin-vsperf/metadata.yaml @@ -3,11 +3,11 @@ name: fuel-plugin-vsperf # Human-readable name for your plugin title: Enable VSPERF plugin # Plugin version -version: '1.0.0' +version: '1.0.9' # Description description: Deploy VSPERF code # Required fuel version -fuel_version: ['8.0'] +fuel_version: ['9.0'] # Specify license of your plugin licenses: ['Apache License Version 2.0'] # Specify author or company name @@ -21,10 +21,12 @@ groups: ['network'] # The plugin is compatible with releases in the list releases: - os: ubuntu - version: liberty-8.0 + version: mitaka-9.0 mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu # Version of plugin package -package_version: '3.0.0' +package_version: '4.0.0' + +is_hotpluggable: true |