From a09b889bcff5dac70a20d3e62dac417af5af06b6 Mon Sep 17 00:00:00 2001 From: Lnic Date: Thu, 24 Sep 2015 16:08:59 +0200 Subject: [PATCH] update gitreview change stackforge to openstack Change-Id: If3522290eb5d07167a387eaa9ffd992bf852f757 --- .gitreview | 2 +- README.md | 4 +++- metadata.yaml | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitreview b/.gitreview index 767718e..dea47cc 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/fuel-plugin-nova-nfs.git +project=openstack/fuel-plugin-nova-nfs.git diff --git a/README.md b/README.md index 10ee1b7..4521dfd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Requirements | Requirement | Version/Comment | |----------------------------------|---------------------------------------------------------| -| Mirantis Openstack compatibility | 6.1 | +| Mirantis Openstack compatibility | 7.0 | |----------------------------------|---------------------------------------------------------| | NFS Server | an NFS server with volume accessible from compute nodes | @@ -110,4 +110,6 @@ Release Notes * Update plugin to Fuel 6.1 release +**3.0.0** +* Update plugin to Fuel 7.0 release diff --git a/metadata.yaml b/metadata.yaml index cddb40e..e80f118 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -2,11 +2,11 @@ name: nova_nfs title: Nova NFS plugin # Plugin version -version: 2.0.0 +version: 3.0.0 # Description description: Enables Nova to use NFS volume as storage backend for ephemeral volumes # Required fuel version -fuel_version: ['6.1'] +fuel_version: ['7.0'] # Specify license of your plugin licenses: ['Apache License Version 2.0'] # Specify author or company name @@ -19,12 +19,12 @@ groups: ['storage'] # The plugin is compatible with releases in the list releases: - os: ubuntu - version: 2014.2.2-6.1 + version: 2015.1.0-7.0 mode: ['ha', 'multinode'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu - os: centos - version: 2014.2.2-6.1 + version: 2015.1.0-7.0 mode: ['ha', 'multinode'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/centos