diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-11-23 09:04:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-23 09:04:05 +0000 |
commit | 64248beecb230957f77811c37e9f099917c0bc4f (patch) | |
tree | 7608b198604a3cfc2db28a478eabecc750ed9cfb /fuel-plugin-vsperf | |
parent | 584940faf32395486b1c1d46342621e30b94f95c (diff) | |
parent | ec64b561c28e93d21d6cedb3e78938c78597c44b (diff) |
Merge "Rebase to fuel 10.0 for fuel@opnfv D release"
Diffstat (limited to 'fuel-plugin-vsperf')
-rw-r--r-- | fuel-plugin-vsperf/metadata.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fuel-plugin-vsperf/metadata.yaml b/fuel-plugin-vsperf/metadata.yaml index 2b28fc58..cf64e292 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.9' +version: '1.0.10' # Description description: Deploy VSPERF code # Required fuel version -fuel_version: ['9.0'] +fuel_version: ['10.0'] # Specify license of your plugin licenses: ['Apache License Version 2.0'] # Specify author or company name @@ -21,7 +21,7 @@ groups: ['network'] # The plugin is compatible with releases in the list releases: - os: ubuntu - version: mitaka-9.0 + version: newton-10.0 mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu |