Commit Graph

5 Commits

Author SHA1 Message Date
Tobias Urdin 1e1be4fb56 Convert all class usage to relative names
Change-Id: Ib509c510e3e5ed19fbb1b5f68a060cde02d82eab
2019-12-08 23:02:56 +01:00
Marcus Furlong a81ccddfe4 Remove outdated scheduler_driver from documentation
When following the puppet-cinder documentation for cinder-scheduler the
following errors will occur and the scheduler will not start.

2016-01-11 00:25:17.209 6860 CRITICAL cinder [-] ImportError: No module named simple

Change-Id: Ib4ab431f3ab850acc362f239cb8c26af15073e5c
Closes-Bug: 1532678
2016-01-11 23:48:31 +11:00
Clayton O'Neill 6c47d9f4bc Add Puppet 4.x lint checks
This changes the puppet-lint requirement to 1.1.x, so that we can use
puppet-lint plugins.  Most of these plugins are for 4.x compat, but some
just catch common errors.

Change-Id: I6a4e08d91f8cc19eb1e59af03a2a7d14716ddc38
2015-02-21 12:09:04 +01:00
Tri Hoang Vo 3262a2849d fix deprecated sql_connection, idle_timeout
DEFAULT/sql_connection is replaced by database/connection
DEFAULT/sql_idle_timeout is replaced by database/idle_timeout

deprecated params are handled by warning like other modules

Change-Id: I1b8e61ac452b69fb611254562d1a42c2732c3c8e
2014-04-30 16:10:21 +02:00
Doug Schaapveld 4d5a3a771d Adding manage_service parameter to all services
When set to false, enables puppet to configure a service without
starting/stopping it on each run.  This may be necessary when
using an external clustering system (Corosync/Pacemaker, for
example).  Defaults to true.

Change-Id: Icadfd9fcfab322550a04b1ffb77c55383c9b292c
2014-02-28 22:44:21 -06:00