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