f418c79632
This change adds rspec testing for the cinder profiles with in puppet-tripleo. Additionally while testing, it was found that the backends may incorrectly have an extra , included in the settings for cinder volume when running puppet 3. This change includes a fix the cinder volume backends to make sure we are not improperly configuring it with a trailing comma. Change-Id: Ibdfee330413b6f9aecdf42a5508c21126fc05973
9 lines
117 B
YAML
9 lines
117 B
YAML
---
|
|
:backends:
|
|
- yaml
|
|
:yaml:
|
|
:datadir: './spec/fixtures/hieradata'
|
|
:hierarchy:
|
|
- 'step%{::step}'
|
|
- 'default'
|