diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2016-10-09 08:55:00 +0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2016-10-09 08:57:04 +0800 |
commit | ec64b561c28e93d21d6cedb3e78938c78597c44b (patch) | |
tree | 614fa3bf49e7c226154d2e8a68e50d3c1a6751ee /fuel-plugin-vsperf | |
parent | e3c52e2eeacc1ec995b9492ce8315fb166886fdd (diff) |
Rebase to fuel 10.0 for fuel@opnfv D release
Change-Id: I3ebe6876bd0f04218489d2c7d21dcd401a2ee48a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
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 |