Fix bug with multibackend when Ceph is used

- bug/1581028

Closes-Bug: #1581028
Change-Id: Iafe57e330ee8eb802fe04d2430f9cc5c80dbcc3b
This commit is contained in:
Andrey Volochay 2016-05-12 18:01:04 +03:00
parent b8508cddb8
commit 382a35ced0
6 changed files with 13 additions and 9 deletions

View File

@ -27,6 +27,10 @@ Requirements
Release Notes
-------------
**4.1.1**
* Fix bug with multibackend when Ceph is used (bug: 1581028)
**4.1.0**
* Rewrite fields in UI

View File

@ -12,8 +12,8 @@
- id: netapp_cinder
type: puppet
version: 2.0.0
groups: [cinder]
requires: [top-role-cinder, deploy_start]
groups: [cinder, ceph-osd]
requires: [top-role-cinder, top-role-ceph-osd, deploy_start]
required_for: [deploy_end]
parameters:
puppet_manifest: puppet/manifests/site.pp

View File

@ -54,9 +54,9 @@ author = u'Mirantis Inc.'
# built documents.
#
# The short X.Y version.
version = '4.0-4.0.0-1'
version = '4.1-4.1.1-1'
# The full version, including alpha/beta/rc tags.
release = '4.0-4.0.0-1'
release = '4.1-4.1.1-1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1,5 +1,5 @@
============================================
Guide to the Cinder NetApp plugin ver. 4.1.0
Guide to the Cinder NetApp plugin ver. 4.1.1
============================================
This document will guide you through the steps to install,

View File

@ -10,19 +10,19 @@ To install the Cinder Netapp plugin, follow these steps:
have the Fuel Master node, please see `the official
Mirantis OpenStack documentation <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide.html>`_)::
[root@home ~]# scp cinder_netapp-4.1-4.1.0-1.noarch.rpm root@fuel-master:/tmp
[root@home ~]# scp cinder_netapp-4.1-4.1.1-1.noarch.rpm root@fuel-master:/tmp
#. Log into Fuel Master node and install the plugin using the
`Fuel CLI <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-user-guide/cli.html>`_::
[root@fuel-master ~]# fuel plugins --install cinder_netapp-4.1-4.1.0-1.noarch.rpm
[root@fuel-master ~]# fuel plugins --install cinder_netapp-4.1-4.1.1-1.noarch.rpm
#. Verify that the plugin is installed correctly::
[root@fuel-master ~]# fuel plugins
id | name | version | package_version
---|---------------|---------|----------------
1 | cinder_netapp | 4.1.0 | 4.0.0
1 | cinder_netapp | 4.1.1 | 4.0.0
.. _Fuel Plugins Catalog: https://www.mirantis.com/products/openstack-drivers-and-plugins/fuel-plugins/

View File

@ -3,7 +3,7 @@ name: cinder_netapp
# Human-readable name for your plugin
title: Cinder and NetApp integration
# Plugin version
version: '4.1.0'
version: '4.1.1'
# Description
description: Enables using NetApp as a Cinder backend
# Required fuel version