diff options
author | Alex Schultz <aschultz@redhat.com> | 2016-10-07 15:43:37 -0600 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2016-12-05 08:26:55 -0700 |
commit | f418c79632a7f21ff6ab11ef1715cd4a5b361789 (patch) | |
tree | 90532068592ddf8bd49056826d20bb330734ff15 /spec/fixtures/hiera.yaml | |
parent | 77c1ca1243fbc38210e9f6264c5c36b546d1a95a (diff) |
Add cinder profile spec tests
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
Diffstat (limited to 'spec/fixtures/hiera.yaml')
-rw-r--r-- | spec/fixtures/hiera.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/hiera.yaml b/spec/fixtures/hiera.yaml index d5368e9..07bc836 100644 --- a/spec/fixtures/hiera.yaml +++ b/spec/fixtures/hiera.yaml @@ -4,4 +4,5 @@ :yaml: :datadir: './spec/fixtures/hieradata' :hierarchy: + - 'step%{::step}' - 'default' |