Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Fixes: mysql_module is a deprecated parameter #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixes: mysql_module is a deprecated parameter #227

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 25, 2015

Problem: The presence of this deprecated parameter in
some class declarations was raising 'invalid parameter'
errors.

Analysis: All references to the deprecated parameter, as detected
by this search, run in the root dir:

$ grep -r mysql_module ./*
./manifests/common/nova.pp: mysql_module => '2.2',
./manifests/common/keystone.pp: mysql_module => '2.2',
./manifests/common/neutron.pp: mysql_module => '2.2',
./manifests/common/cinder.pp: mysql_module => '2.2',
./manifests/resources/database.pp: mysql_module => '2.2',
./manifests/profile/heat/api.pp: mysql_module => '2.2',
./manifests/profile/glance/api.pp: mysql_module => '2.2',

are deleted in this commit.

Problem:   The presence of this deprecated parameter in
some class declarations was raising 'invalid parameter'
errors.

Analysis:  All references to the deprecated parameter, as detected
by this search, run in the root dir:

$ grep -r mysql_module ./*
./manifests/common/nova.pp:    mysql_module        => '2.2',
./manifests/common/keystone.pp:    mysql_module        => '2.2',
./manifests/common/neutron.pp:    mysql_module        => '2.2',
./manifests/common/cinder.pp:    mysql_module        => '2.2',
./manifests/resources/database.pp:    mysql_module  => '2.2',
./manifests/profile/heat/api.pp:    mysql_module        => '2.2',
./manifests/profile/glance/api.pp:    mysql_module        => '2.2',

are deleted in this commit.
@ghost
Copy link
Author

ghost commented Sep 29, 2015

Anybody have any thoughts on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant