Bug 1166258

Summary: packstack doesn't set scheduler_default_filters
Product: Red Hat OpenStack Reporter: Martin Pavlásek <mpavlase>
Component: openstack-packstackAssignee: Lukas Bezdicka <lbezdick>
Status: CLOSED NOTABUG QA Contact: yeylon <yeylon>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 7)CC: aortega, derekh, lbezdick, mmagr, srevivo, yeylon
Target Milestone: ---Keywords: Automation, ZStream
Target Release: 6.0 (Juno)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-23 11:19:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Pavlásek 2014-11-20 16:31:43 UTC
Description of problem:
Packstack doesn't configure scheduler_default_filters in /etc/cinder/cinder.conf so it stays commented.

Version-Release number of selected component (if applicable):
openstack-packstack-2014.1.1-0.42.dev1251.el7ost.noarch
occured only on RHEL-7

How reproducible:
always


Steps to Reproduce:
Note: discovered on multinode topology (2comp, 1network, controller)
1. run packstack with these changes:
CONFIG_CINDER_INSTALL=y
CONFIG_CINDER_BACKEND=lvm
CONFIG_CINDER_VOLUMES_CREATE=y


Actual results:
grep scheduler_default_filters /etc/cinder/cinder.conf
#scheduler_default_filters=AvailabilityZoneFilter,CapacityFilter,CapabilitiesFilter

Expected results:
grep scheduler_default_filters /etc/cinder/cinder.conf
scheduler_default_filters=AvailabilityZoneFilter,CapacityFilter,CapabilitiesFilter

Additional info:

Comment 5 Martin Magr 2015-10-23 11:19:31 UTC
Commented setting in config means to use default value.