Comment 4 for bug 1306734

Revision history for this message
cooldharma06 (cooldharma06) wrote :

Yeah i faced this error.

but you can resolve by 'overriding the mysql' version in your nova.pp(configuration) file

For ex: Currently puppetlabs-mysql version is 2.3.1

So in your configuration specify mysql_module => '2.3', this will make override the existing specified configuration and it will use the current mysql module.

i verified and its working.

Enjoy Puppet and Openstack. :)