Update Glance-nfs plugin to Fuel 7.0 compatibility

Change-Id: Id1892df56cb4a05b5e0ac4c99e99b12d4dafcf57
This commit is contained in:
Lnic 2015-09-24 16:22:28 +02:00
parent 68b6638bb6
commit d323ffd76e
2 changed files with 8 additions and 5 deletions

View File

@ -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 |
Recommendations
@ -109,5 +109,8 @@ Release Notes
* Update plugin to Fuel 6.1 release
**3.0.0**
* Update plugin to Fuel 7.0 release

View File

@ -2,11 +2,11 @@
name: glance_nfs
title: Glance NFS plugin
# Plugin version
version: 2.0.0
version: 3.0.0
# Description
description: Enables Glance to use NFS volume as storage backend for images
# 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
@ -20,12 +20,12 @@ groups: ['storage::glance']
# 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