Activity log for bug #1270807

Date Who What changed Old value New value Message
2014-01-20 12:19:44 Bogdan Dobrelya bug added bug
2014-01-20 12:21:39 OpenStack Infra fuel: status Triaged In Progress
2014-01-21 11:15:54 Bogdan Dobrelya summary Fix puppet-keystone tests Fix mysql::python usage for spec tests
2014-01-21 11:18:12 Bogdan Dobrelya description Tests are failed, see: http://pastebin.com/msEHkZ4N (45 examples, 12 failures, should be: 45 examples, 0 failures) The fix is to use mysql::bindings::python since mysql::python was deprecated at 01/01/2014 E.g. for puppet Keystone module tests are failed, see: http://pastebin.com/msEHkZ4N (45 examples, 12 failures, should be: 45 examples, 0 failures) The fix is to use mysql::bindings::python everywhere since mysql::python was deprecated by 01/01/2014 (see https://github.com/puppetlabs/puppetlabs-mysql/commit/c22e72a97a4665a17178f358db72c73c3a5c70db)
2014-01-21 16:21:24 Bogdan Dobrelya description E.g. for puppet Keystone module tests are failed, see: http://pastebin.com/msEHkZ4N (45 examples, 12 failures, should be: 45 examples, 0 failures) The fix is to use mysql::bindings::python everywhere since mysql::python was deprecated by 01/01/2014 (see https://github.com/puppetlabs/puppetlabs-mysql/commit/c22e72a97a4665a17178f358db72c73c3a5c70db) E.g. for puppet Keystone module tests are failed, see: http://pastebin.com/msEHkZ4N (45 examples, 12 failures, should be: 45 examples, 0 failures) The fix is 1)to use mysql::bindings::python everywhere since mysql::python was deprecated by 01/01/2014 (see https://github.com/puppetlabs/puppetlabs-mysql/commit/c22e72a97a4665a17178f358db72c73c3a5c70db) OR (upstream modules use this way, see https://bugs.launchpad.net/puppet-openstack/+bug/1271168 as example) 2)to limit the puppet-mysql version to <1.0.0 in Modulefiles, as well as use ref: 'origin/0.x' for puppet-mysql repos in .fixtures.yml e.g. for puppet-keystone's upstream: https://github.com/stackforge/puppet-keystone/blob/master/Modulefile#L12 https://github.com/stackforge/puppet-keystone/blob/master/.fixtures.yml#L8 (We should use the same way as upstream do)
2014-01-22 09:42:39 Bogdan Dobrelya fuel: importance Undecided Low
2014-01-23 19:44:54 OpenStack Infra fuel: status In Progress Fix Committed