Cinder conf default_volume_type not managed

Bug #1619498 reported by Nikita Koshikov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
High
Maksim Malchuk
Mitaka
Fix Released
High
Maksim Malchuk

Bug Description

MOS9

Cinder option 'default_volume_type' is being set in cinder::api, but manifest openstack_cinder/openstack_cinder.pp doesn't provide this option.

The problems start when using fuel with plugins, that setup this option and LCM is being used, thus destination catalog contains 2 different default_volume_type options - 1 from plugin and 2 from cinder::api.

We need just to add something like this:

$default_volume_type = pick($cinder_hash['default_voulem_type'], '')

cinder::api {
default_volume_type => $default_volume_type,
}

Changed in fuel:
importance: Undecided → High
status: New → Confirmed
assignee: nobody → Fuel Sustaining (fuel-sustaining-team)
milestone: none → 9.1
tags: added: area-library
Changed in fuel:
assignee: Fuel Sustaining (fuel-sustaining-team) → Maksim Malchuk (mmalchuk)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (stable/mitaka)

Fix proposed to branch: stable/mitaka
Review: https://review.openstack.org/367803

Changed in fuel:
milestone: 9.1 → 10.0
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (master)

Fix proposed to branch: master
Review: https://review.openstack.org/367807

Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/mitaka)

Reviewed: https://review.openstack.org/367803
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=b1e1320dfdc983c32b1e4b8c7980d70639cdbcbd
Submitter: Jenkins
Branch: stable/mitaka

commit b1e1320dfdc983c32b1e4b8c7980d70639cdbcbd
Author: Maksim Malchuk <email address hidden>
Date: Fri Sep 9 11:00:30 2016 +0300

    Manage 'default_volume_type' in cinder for plugins

    This change adds an ability to override the 'default_volume_type'
    value in the plugins.

    Change-Id: I92dde505a4445eae41b812d4ecc9ca94d0a3b989
    Closes-Bug: #1619498
    Signed-off-by: Maksim Malchuk <email address hidden>

tags: added: on-verification
Revision history for this message
TatyanaGladysheva (tgladysheva) wrote :

Verified on 9.1 snapshot #250.

tags: removed: on-verification
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/367807
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=291aa083de6793da6b28776a83a831d5583e6de3
Submitter: Jenkins
Branch: master

commit 291aa083de6793da6b28776a83a831d5583e6de3
Author: Maksim Malchuk <email address hidden>
Date: Fri Sep 9 11:00:30 2016 +0300

    Manage 'default_volume_type' in cinder for plugins

    This change adds an ability to override the 'default_volume_type'
    value in the plugins.

    Change-Id: I92dde505a4445eae41b812d4ecc9ca94d0a3b989
    Closes-Bug: #1619498
    Signed-off-by: Maksim Malchuk <email address hidden>

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/fuel-library 10.0.0rc1

This issue was fixed in the openstack/fuel-library 10.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/fuel-library 10.0.0

This issue was fixed in the openstack/fuel-library 10.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.