fuel-library/deployment/puppet/osnailyfacter/modular/keystone/db.pp
Andrew Woodward 96da5b4a1e Move openstack specific tasks to their own folder structure
In order to better support loose coupling of openstack version to fuel
we need to separate the tasks that call into the specific version of the
puppet-openstack modules so that they can more easily be versioned from
their fuel version.

Initially we are separating them, later they will become their own
repository.

Change-Id: I8ea6c0387b73f8094d306a73dd779967d6d91871
Blueprint: fuel-openstack-tasks
2016-03-24 10:26:55 -07:00

8 lines
289 B
Puppet

include ::openstack_tasks::keystone::db
class mysql::config {}
include mysql::config
class mysql::server {}
include mysql::server
warning('osnailyfacter/modular/./keystone/db.pp is deprecated in mitaka and will be removed in newton. Please use openstack_tasks/examples/./keystone/db.pp')